summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2014-04-30drm/exynos: hdmi: fix dt broken issuemainline_backport_20140430sandbox/daeinki/tizenInki Dae1-18/+70
2014-04-30Revert "drm/exynos: add mout_hdmi clock in hdmi driver to change parent"Tomasz Stanislawski1-7/+1
2014-04-29drm/exynos: release unhandled page flip events at postclose.Inki Dae1-13/+22
2014-04-29drm/exynos: fimd: clear channel before enabling iommuAkshu Agrawal1-20/+50
2014-04-29drm/exynos: fimd: update dt bindingsInki Dae1-39/+4
2014-04-29drm/panel: add S6E8AA0 driverAndrzej Hajda3-0/+1076
2014-04-29drm/panel: add ld9040 driverAndrzej Hajda3-0/+388
2014-04-28drm/exynos: remove MODULE_DEVICE_TABLE definitionsInki Dae1-1/+0
2014-04-28drm/exynos: add DSIM driverAndrzej Hajda5-0/+1539
2014-04-28drm: add MIPI DSI encoder and connector typesShobhit Kumar1-0/+2
2014-04-28drm/exynos: disallow fbdev initialization if no device is connectedAndrzej Hajda1-0/+21
2014-04-28drm/exynos: Replace DRM_LOG_KMS() by DRM_DEBUG_KMS()Lespiau, Damien2-2/+2
2014-04-28drm/exynos: fimd: remove unused variableAndrzej Hajda1-14/+6
2014-04-28drm/exynos: restore parallel output interface supportAndrzej Hajda5-0/+360
2014-04-28drm/exynos: select DRM_PANELInki Dae1-0/+1
2014-04-28drm/panel: fix build errorInki Dae1-12/+14
2014-04-28drm/mipi_dsi: create dsi devices only for nodes with reg propertyAndrzej Hajda1-1/+5
2014-04-28drm: Add MIPI DSI bus supportAndrzej Hajda3-0/+320
2014-04-28drm/panel: add support for LG LD070WX3-SL01 panelAlexandre Courbot1-0/+30
2014-04-28drm/panel: add support for LG LH500WX1-SD03 panelAlexandre Courbot1-0/+30
2014-04-28drm/panel: simple: Allow DSI panels to provide mode flagsThierry Reding1-0/+3
2014-04-28drm/panel: simple: Allow GPIO accesses to sleepThierry Reding1-2/+2
2014-04-28drm/panel: remove redundant regulator_disable()Alexandre Courbot1-2/+0
2014-04-28drm/panel: use gpiod interface for enable GPIOAlexandre Courbot1-49/+18
2014-04-28drm/panel: Add LG 12.9" LCD panelThierry Reding1-0/+25
2014-04-28drm/panel: update EDID BLOB in panel_simple_get_modes()Stephen Warren1-0/+1
2014-04-28drm/panel: Add support for Chunghwa CLAA101WA01A panelStephen Warren1-0/+25
2014-04-28drm/panel: Add support for Samsung LTN101NT05 panelMarc Dietrich1-0/+25
2014-04-28drm/panel: Add support for Panasonic VVX10F004B0Thierry Reding1-7/+87
2014-04-28drm/panel: Add simple panel supportThierry Reding4-0/+433
2014-04-28drm: Add panel supportThierry Reding4-0/+108
2014-04-28drm/exynos: correct timing porch conversionAndrzej Hajda1-7/+5
2014-04-28drm/exynos: init kms poll after creation of connectorsAndrzej Hajda1-3/+3
2014-04-28drm/exynos: delay fbdev initialization until an output is connectedAndrzej Hajda2-12/+6
2014-04-28drm/exynos: call drm_put_dev directly from ->removeDaniel Vetter1-1/+3
2014-04-28drm/exynos: fix unnecessary resource cleanupInki Dae1-3/+2
2014-04-28drm/exynos: hdmi: use i2c_adapter instead of i2c_clientInki Dae1-12/+11
2014-04-28drm/exynos: fimd: remove unnecessary display relevant codesInki Dae1-37/+0
2014-04-28drm/exynos: hdmi: consider APB PHYInki Dae1-4/+28
2014-04-28drm/exynos: Remove the exynos_drm_connector shimSean Paul4-29/+6
2014-04-28drm/exynos: Implement drm_connector directly in vidi driverSean Paul1-56/+108
2014-04-28drm/exynos: Implement drm_connector in hdmi directlySean Paul1-41/+85
2014-04-28drm/exynos: Add create_connector callbackSean Paul2-0/+5
2014-04-28drm/exynos: Consolidate suspend/resume in drm_drvSean Paul5-288/+170
2014-04-28drm/exynos: Clean up FIMD power on/off routinesSean Paul1-112/+134
2014-04-28drm/exynos: Remove unused/useless fimd_context membersSean Paul1-12/+1
2014-04-28drm/exynos: Use mode_set to configure fimdSean Paul1-69/+74
2014-04-28drm/exynos: Implement mode_fixup manager operationSean Paul2-1/+10
2014-04-28drm/exynos: Add mode_set manager operationSean Paul2-0/+7
2014-04-28drm/exynos: Disable unused crtc planes from crtcSean Paul2-63/+15