summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2017-01-25drm/dp: Store drm_device in MST topology managerDhinakaran Pandiyan
2017-01-24drm/vgem: Switch to reservation_object_lock() helpersChris Wilson
2017-01-24drm/fb-cma-helper: Add drm_fbdev_cma_set_suspend_unlocked()Noralf Trønnes
2017-01-24drm: Update drm_cache.c to pull in the new drm_cache.hChris Wilson
2017-01-24drm: bridge: dw-hdmi: fix building without CONFIG_OFArnd Bergmann
2017-01-23drm/exynos: Remove Kconfig deps for FIMD and DECON7Tobias Jakobi
2017-01-23drm: Show leaked connectors upon unloadChris Wilson
2017-01-23drm/hisilicon/hibmc: Fix wrong pointer passed to PTR_ERR()Wei Yongjun
2017-01-23drm/atomic: make release_crtc_commit() staticWei Yongjun
2017-01-19drm: qxl: Open code teardown function for qxlGabriel Krisman Bertazi
2017-01-19drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi
2017-01-19drm/bridge: adv7511: Re-write the i2c address before EDID probingJohn Stultz
2017-01-19drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDIDJohn Stultz
2017-01-19drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused inte...John Stultz
2017-01-19drm/bridge: adv7511: Enable HPD interrupts to support hotplug and improve mon...Archit Taneja
2017-01-19drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()John Stultz
2017-01-19drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq c...John Stultz
2017-01-18drm: vc4: use crtc helper drm_crtc_from_index()Shawn Guo
2017-01-18drm: tegra: use crtc helper drm_crtc_from_index()Shawn Guo
2017-01-18drm: nouveau: use crtc helper drm_crtc_from_index()Shawn Guo
2017-01-18drm: mediatek: use crtc helper drm_crtc_from_index()Shawn Guo
2017-01-18drm: kirin: use crtc helper drm_crtc_from_index()Shawn Guo
2017-01-18drm: exynos: use crtc helper drm_crtc_from_index()Shawn Guo
2017-01-18drm: bridge: dw-hdmi: Assert SVSRET before resetting the PHYLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Fix the name of the PHY reset macrosLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Define and use macros for PHY register addressesLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Detect PHY type at runtimeLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Handle overflow workaround based on device versionLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Detect AHB audio DMA using correct registerLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Reject invalid product IDsLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Rename CONF0 SPARECTRL bit to SVSRETLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Remove PHY configuration resolution parameterKieran Bingham
2017-01-18drm: bridge: dw-hdmi: Implement DRM bridge registrationLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Create connector in the bridge attach operationLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Reorder functions to prepare for next commitLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common codeLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Don't forward HPD events to DRM core before attachLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Remove encoder field from struct dw_hdmiLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Embed drm_bridge in struct dw_hdmiLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Remove unused function parameterKieran Bingham
2017-01-18drm: bridge: dw-hdmi: Remove unneeded arguments to bind/unbind functionsLaurent Pinchart
2017-01-18drm: bridge: dw-hdmi: Merge __hdmi_phy_i2c_write and hdmi_phy_i2c_writeLaurent Pinchart
2017-01-17drm: qxl: Let DRM core handle connector registeringGabriel Krisman Bertazi
2017-01-17drm/bridge: adv7511: Initialize regulatorsArchit Taneja
2017-01-12drm/tegra: Stop using drm_framebuffer_unregister_privateDaniel Vetter
2017-01-12drm/cma-helper: Stop using drm_framebuffer_unregister_privateDaniel Vetter
2017-01-12drm/omap: Stop using drm_framebuffer_unregister_privateDaniel Vetter
2017-01-12drm: fix MMU dependenciesBenjamin Gaignard
2017-01-12drm/msm: Stop using drm_framebuffer_unregister_privateDaniel Vetter
2017-01-12drm/atomic: Add target_vblank support in atomic helpers (v2)Andrey Grodzovsky