summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm: remove device_is_agp callbackDaniel Vetter2017-01-265-4/+6
* drm/mga: remove device_is_agp callbackDaniel Vetter2017-01-262-38/+19Star
* drm/i810: drop device_is_agp callbackDaniel Vetter2017-01-264-18/+10Star
* drm/doc: Clarify connector overviewDaniel Vetter2017-01-261-5/+4Star
* drm: Update kerneldoc for drm_crtc.[hc]Daniel Vetter2017-01-251-0/+21
* drm/gma500: Nuke device_is_agp callbackDaniel Vetter2017-01-251-6/+0Star
* drm/kms-core: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-2511-74/+70Star
* drm/core: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-257-24/+24
* drm/gem|prime|mm: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-253-15/+15
* drm/kms-helpers: Use recommened kerneldoc for struct member refsDaniel Vetter2017-01-256-95/+103
* drm/dp: Store drm_device in MST topology managerDhinakaran Pandiyan2017-01-254-6/+7
* drm/vgem: Switch to reservation_object_lock() helpersChris Wilson2017-01-241-2/+2
* drm/fb-cma-helper: Add drm_fbdev_cma_set_suspend_unlocked()Noralf Trønnes2017-01-241-0/+18
* drm: Update drm_cache.c to pull in the new drm_cache.hChris Wilson2017-01-241-1/+3
* drm: bridge: dw-hdmi: fix building without CONFIG_OFArnd Bergmann2017-01-241-0/+2
* drm/exynos: Remove Kconfig deps for FIMD and DECON7Tobias Jakobi2017-01-231-2/+0Star
* drm: Show leaked connectors upon unloadChris Wilson2017-01-231-1/+6
* drm/hisilicon/hibmc: Fix wrong pointer passed to PTR_ERR()Wei Yongjun2017-01-231-1/+1
* drm/atomic: make release_crtc_commit() staticWei Yongjun2017-01-231-1/+1
* drm: qxl: Open code teardown function for qxlGabriel Krisman Bertazi2017-01-193-20/+9Star
* drm: qxl: Open code probing sequence for qxlGabriel Krisman Bertazi2017-01-195-48/+74
* drm/bridge: adv7511: Re-write the i2c address before EDID probingJohn Stultz2017-01-191-1/+9
* drm/bridge: adv7511: Reuse __adv7511_power_on/off() when probing EDIDJohn Stultz2017-01-191-14/+3Star
* drm/bridge: adv7511: Rework adv7511_power_on/off() so they can be reused inte...John Stultz2017-01-191-4/+11
* drm/bridge: adv7511: Enable HPD interrupts to support hotplug and improve mon...Archit Taneja2017-01-191-1/+5
* drm/bridge: adv7511: Switch to using drm_kms_helper_hotplug_event()John Stultz2017-01-191-1/+15
* drm/bridge: adv7511: Use work_struct to defer hotplug handing to out of irq c...John Stultz2017-01-192-1/+12
* drm: vc4: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-182-11/+7Star
* drm: tegra: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-181-16/+3Star
* drm: nouveau: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-181-15/+18
* drm: mediatek: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-182-6/+4Star
* drm: kirin: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-182-7/+4Star
* drm: exynos: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-182-14/+2Star
* drm: bridge: dw-hdmi: Assert SVSRET before resetting the PHYLaurent Pinchart2017-01-181-5/+5
* drm: bridge: dw-hdmi: Fix the name of the PHY reset macrosLaurent Pinchart2017-01-182-5/+4Star
* drm: bridge: dw-hdmi: Define and use macros for PHY register addressesLaurent Pinchart2017-01-182-15/+86
* drm: bridge: dw-hdmi: Detect PHY type at runtimeLaurent Pinchart2017-01-181-3/+65
* drm: bridge: dw-hdmi: Handle overflow workaround based on device versionLaurent Pinchart2017-01-181-13/+33
* drm: bridge: dw-hdmi: Detect AHB audio DMA using correct registerLaurent Pinchart2017-01-182-3/+7
* drm: bridge: dw-hdmi: Reject invalid product IDsLaurent Pinchart2017-01-182-6/+27
* drm: bridge: dw-hdmi: Rename CONF0 SPARECTRL bit to SVSRETLaurent Pinchart2017-01-182-6/+6
* drm: bridge: dw-hdmi: Remove PHY configuration resolution parameterKieran Bingham2017-01-181-22/+5Star
* drm: bridge: dw-hdmi: Implement DRM bridge registrationLaurent Pinchart2017-01-181-32/+80
* drm: bridge: dw-hdmi: Create connector in the bridge attach operationLaurent Pinchart2017-01-181-13/+20
* drm: bridge: dw-hdmi: Reorder functions to prepare for next commitLaurent Pinchart2017-01-181-36/+36
* drm: bridge: dw-hdmi: Move IRQ and IO resource allocation to common codeLaurent Pinchart2017-01-183-25/+12Star
* drm: bridge: dw-hdmi: Don't forward HPD events to DRM core before attachLaurent Pinchart2017-01-181-1/+2
* drm: bridge: dw-hdmi: Remove encoder field from struct dw_hdmiLaurent Pinchart2017-01-181-6/+3Star
* drm: bridge: dw-hdmi: Embed drm_bridge in struct dw_hdmiLaurent Pinchart2017-01-181-10/+3Star
* drm: bridge: dw-hdmi: Remove unused function parameterKieran Bingham2017-01-181-5/+2Star