summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2018-03-16Revert "drm: Use a flexible array member for blob property data"Ville Syrjälä1-0/+1
2018-03-16drm/rockchip: cdn-dp: remove the DP phy switchChris Zhong1-7/+0
2018-03-16drm: Reduce object size of DRM_ERROR and DRM_DEBUG usesJoe Perches2-18/+25
2018-03-15drm/bridge: dw-hdmi: Remove unused hdmi_enable_overflow_interrupts()Fabio Estevam1-9/+0
2018-03-14drm/vmwgfx: replace drm_*_unreference with drm_*_putHaneen Mohammed2-3/+3
2018-03-14drm/rockchip: Don't use spin_lock_irqsave in interrupt contextMarc Zyngier1-6/+4
2018-03-14drm/rockchip: Do not use memcpy for MMIO addressesMarc Zyngier1-4/+7
2018-03-14drm/rockchip: Clear all interrupts before requesting the IRQMarc Zyngier1-11/+12
2018-03-14drm/bridge: analogix_dp: Only wait for panel ACK on PSR entryzain wang3-4/+7
2018-03-14drm/panel: rm68200: Add backlight dependencyArnd Bergmann1-0/+1
2018-03-14drm/rockchip: add mutex vop lockzain wang1-6/+24
2018-03-14drm/bridge: analogix_dp: add fast link train for eDPzain wang2-25/+108
2018-03-14drm/bridge: analogix_dp: Don't change psr while bridge is disabledzain wang3-9/+10
2018-03-14drm/rockchip: Remove analogix psr workerSean Paul1-29/+2
2018-03-14drm/bridge: analogix_dp: detect Sink PSR state after configuring the PSRYakir Yang3-10/+37
2018-03-14drm/sun4i: Handle DRM_BUS_FLAG_PIXDATA_*EDGEGiulio Benetti1-0/+25
2018-03-14drm/sun4i: add lvds mode_valid functionGiulio Benetti1-0/+55
2018-03-14drm/sun4i: move rgb mode_valid from connector to encoderGiulio Benetti1-4/+4
2018-03-14drm/nouveau: Runtime suspend despite HDA being unboundLukas Wunner2-45/+0
2018-03-14vga_switcheroo: Use device link for HDA controllerLukas Wunner3-6/+0
2018-03-13drm/meson: Add support for DMT modes on HDMINeil Armstrong4-19/+570
2018-03-13drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'Christophe JAILLET1-8/+16
2018-03-13drm/meson: Use drm_dev_put() instead of drm_dev_unref()Christophe JAILLET1-2/+2
2018-03-13drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'Christophe JAILLET1-1/+4
2018-03-12drm: Fix some coding style issuesVille Syrjälä1-2/+3
2018-03-12drm/panel: Add support for AUO G104SN02 V2 panelChristoph Fritz1-0/+26
2018-03-12drm/panel: ili9322: Make local symbols staticWei Yongjun1-2/+2
2018-03-12drm/panel: otm8009a: Adopt SPDX identifiersPhilippe CORNU1-2/+2
2018-03-12drm/panel: lvds: Fix driver description headingBaruch Siach1-1/+1
2018-03-12drm/panel: simple: Add support for KEO TX31D200VM0BAAJagan Teki1-0/+27
2018-03-12drm/panel: otm8009a: Add support for the optional power-supplyPhilippe CORNU1-0/+17
2018-03-12drm/panel: simple: Use display_timing for lq123p1jx31Sean Paul1-14/+13
2018-03-12drm/panel: Add support for Raydium RM68200 panel driverPhilippe CORNU3-0/+457
2018-03-12drm/panel: simple: Fix the bus format for the Ontat panelEric Anholt1-1/+1
2018-03-09drm/vc4: Enable background color fill when necessaryStefan Schake1-0/+25
2018-03-09drm/vc4: Move plane state to headerStefan Schake2-60/+60
2018-03-09drm/vc4: Check if plane requires background fillStefan Schake1-0/+17
2018-03-09drm/vc4: Set premultiplied for alpha formatsStefan Schake2-1/+3
2018-03-09drm/rockchip: Don't use atomic constructs for psrSean Paul3-41/+31
2018-03-09drm/rockchip: analogix_dp: set psr activate/deactivate when enable/disable br...zain wang4-13/+32
2018-03-08drm/rockchip: dw_hdmi: Move HDMI vpll clock enable to bind()Jeffy Chen1-8/+9
2018-03-08drm/rockchip: inno_hdmi: reorder clk_disable_unprepare call in unbindJeffy Chen1-1/+1
2018-03-08drm/rockchip: inno_hdmi: Fix error handling path.Jeffy Chen1-4/+16
2018-03-08drm/rockchip: dw-mipi-dsi: Fix connector and encoder cleanup.Jeffy Chen1-2/+6
2018-03-08drm/nouveau: Replace the iturbt_709 prop with the standard COLOR_ENCODING propVille Syrjälä1-13/+13
2018-03-08drm/pl111: Use max memory bandwidth for resolutionLinus Walleij3-0/+43
2018-03-08drm/bridge: sii902x: Retry status read after DDI I2CLinus Walleij1-4/+16
2018-03-08drm/pl111: Handle the RealView variant separatelyLinus Walleij1-0/+30
2018-03-08drm/pl111: Make the default BPP a per-variant variableLinus Walleij3-1/+7
2018-03-08bridge: Elaborate a bit on dumb VGA bridges in KconfigLinus Walleij1-1/+2