summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/powerplay: add prefix for all powerplay pr_* printsHuang Rui2017-01-271-2/+8
* drm/amdgpu: refine gfx_v8 pg code.Rex Zhu2017-01-271-11/+12
* drm/amdgpu: add drm light sleep support for ViRex Zhu2017-01-271-0/+19
* drm/amdgpu: add cgs interface for enter/exit rlc safe mode.Rex Zhu2017-01-272-0/+25
* drm/amdgpu: Refine the way to get atom biosKen Xue2017-01-271-74/+105
* drm/amd/amdgpu: Add DPHY_SCRAM_CNTL register definesHarry Wentland2017-01-278-0/+50
* drm/amd/amdgpu: Add HDMI_DATA_SCRAMBLE register definitionHarry Wentland2017-01-272-0/+4
* drm/amdgpu: cleanup useless extern functionsHuang Rui2017-01-271-4/+0
* drm/amdgpu: cleanup useless smu_ucode_xfer_vi.hHuang Rui2017-01-271-101/+0
* drm/amd/powerplay: fix request smc_sk firmware caseHuang Rui2017-01-271-0/+4
* drm/amd/powerplay: add request_firmware/release_firmware for smu7Huang Rui2017-01-271-0/+30
* drm/amdgpu: use designated initializersKees Cook2017-01-275-90/+96
* drm/amdgpu: Remove checking for atombiosNils Wallménius2017-01-277-34/+16
* drm/amd/amdgpu: Widen mmio trace register address widthTom St Denis2017-01-271-2/+2
* drm/amd/amdgpu: get maximum and used UVD handles (v4)Arindam Nath2017-01-273-0/+47
* drm/amd/powerplay: move vi smu firmware declares to powerplay.Rex Zhu2017-01-272-13/+11
* drm/amd/amdgpu: De-numberify golden SI registersTom St Denis2017-01-271-483/+492
* drm/amd/powerplay: add callbacks to move smc firmware request into sw_init phaseHuang Rui2017-01-272-0/+14
* drm/sti: Fix compilation failure for drm_framebuffer.pixel_formatChris Wilson2017-01-271-1/+1
* Merge tag 'drm-misc-next-2017-01-23' of git://anongit.freedesktop.org/git/drm...Dave Airlie2017-01-2736-398/+778
|\
| * drm: qxl: Open code teardown function for qxlGabriel Krisman Bertazi2017-01-193-20/+9
| * 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/+3
| * 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/+7
| * drm: tegra: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-181-16/+3
| * 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/+4
| * drm: kirin: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-182-7/+4
| * drm: exynos: use crtc helper drm_crtc_from_index()Shawn Guo2017-01-182-14/+2
| * 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/+4
| * 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/+5
| * 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/+12
| * 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/+3
| * drm: bridge: dw-hdmi: Embed drm_bridge in struct dw_hdmiLaurent Pinchart2017-01-181-10/+3
OpenPOWER on IntegriCloud