summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/ast: Add missing entry to dclk_table[]Y.C. Chen2014-08-281-0/+1
* Merge branch 'drm-3.17-rc2-sti-fixes' of git://git.linaro.org/people/benjamin...Dave Airlie2014-08-285-15/+16
|\
| * drm: sti: Add missing dependency on RESET_CONTROLLERJingoo Han2014-08-261-0/+1
| * drm: sti: Make of_device_id array constKiran Padwal2014-08-263-3/+3
| * drm: sti: Fix return value check in sti_drm_platform_probe()Wei Yongjun2014-08-261-2/+2
| * drm: sti: hda: fix return value check in sti_hda_probe()Wei Yongjun2014-08-261-4/+4
| * drm: sti: hdmi: fix return value check in sti_hdmi_probe()Wei Yongjun2014-08-261-4/+4
| * drm: sti: tvout: fix return value check in sti_tvout_probe()Wei Yongjun2014-08-261-2/+2
* | Merge branch 'msm-fixes-3.17' of git://people.freedesktop.org/~robclark/linux...Dave Airlie2014-08-284-5/+6
|\ \
| * | drm/msm: Fix missing unlock on error in msm_fbdev_create()Wei Yongjun2014-08-261-1/+1
| * | drm/msm: fix compile error for non-dt buildsRob Clark2014-08-261-2/+1Star
| * | drm/msm/mdp4: request vblank during modesetRob Clark2014-08-261-0/+2
| * | drm/msm: avoid flood of kernel logs on faultsRob Clark2014-08-261-2/+2
* | | drm: fix division-by-zero on dumb_create()David Herrmann2014-08-281-1/+2
* | | radeon: Test for PCI root bus before assuming bus->selfAlex Williamson2014-08-272-2/+10
* | | drm/radeon: handle broken disabled rb mask gracefully (6xx/7xx) (v2)Alex Deucher2014-08-262-33/+16Star
* | | drm/radeon: save/restore the PD addr on suspend/resumeChristian König2014-08-264-9/+37
|/ /
* | drm/radeon: add new KV pci idAlex Deucher2014-08-221-0/+1
* | Merge tag 'drm-intel-fixes-2014-08-21' of git://anongit.freedesktop.org/drm-i...Dave Airlie2014-08-218-55/+109
|\ \
| * | drm/i915: don't try to retrain a DP link on an inactive CRTCImre Deak2014-08-181-0/+3
| * | drm/i915: make sure VDD is turned off during system suspendImre Deak2014-08-183-0/+34
| * | drm/i915: cancel hotplug and dig_port work during suspend and unloadImre Deak2014-08-183-2/+18
| * | drm/i915: fix HPD IRQ reenable work cancelationImre Deak2014-08-183-22/+14Star
| * | drm/i915: take display port power domain in DP HPD handlerImre Deak2014-08-181-5/+14
| * | drm/i915: Don't try to enable cursor from setplane when crtc is disabledVille Syrjälä2014-08-181-2/+2
| * | drm/i915: Skip load detect when intel_crtc->new_enable==trueVille Syrjälä2014-08-181-4/+8
| * | drm/i915: Fix locking for intel_enable_pipe_a()Ville Syrjälä2014-08-184-21/+17Star
* | | Revert "drm/radeon: Use write-combined CPU mappings of ring buffers with PCIe"Alex Deucher2014-08-191-3/+1Star
* | | drm/radeon: fix active_cu mask on SI and CIK after re-init (v3)Alex Deucher2014-08-192-0/+2
* | | drm/radeon: fix active cu count for SI and CIKAlex Deucher2014-08-192-10/+6Star
* | | drm/radeon: re-enable selective GPUVM flushingAlex Deucher2014-08-191-3/+1Star
* | | drm/radeon: Sync ME and PFP after CP semaphore waits v4Christian König2014-08-193-0/+36
* | | drm/radeon: fix display handling in radeon_gpu_resetAlex Deucher2014-08-191-0/+16
* | | drm/radeon: fix pm handling in radeon_gpu_resetAlex Deucher2014-08-191-2/+16
* | | drm/radeon: Only flush HDP cache for indirect buffers from userspaceMichel Dänzer2014-08-1825-66/+73
* | | drm/radeon: properly document reloc priority maskChristian König2014-08-181-1/+2
* | | Merge branch 'drm-fixes-3.17' of git://people.freedesktop.org/~agd5f/linuxDave Airlie2014-08-1810-31/+50
|\ \ \ | |/ / |/| |
| * | drm/radeon: Remove duplicate include from MakefileAndreas Ruprecht2014-08-151-1/+1
| * | drm/radeon/dpm: select the appropriate vce power state for KV/KB/MLAlex Deucher2014-08-151-3/+3
| * | drm/radeon: Add ability to get and change dpm state when radeon PX card is tu...Pali Rohár2014-08-151-10/+6Star
| * | drm/radeon: Add missing lines to ci_set_thermal_temperature_rangeOleg Chernovskiy2014-08-151-0/+3
| * | drm/radeon: Always flush VM again on < CIKMichel Dänzer2014-08-151-1/+3
| * | drm/radeon: add a check for allocation failure (v2)Dan Carpenter2014-08-151-0/+4
| * | drm/radeon: use pfp for all vm_flush related updatesAlex Deucher2014-08-152-6/+6
| * | drm/radeon: add bapm module parameterAlex Deucher2014-08-154-10/+24
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-08-1614-27/+57
|\| |
| * | Merge branch 'linux-3.17' of git://anongit.freedesktop.org/git/nouveau/linux-...Dave Airlie2014-08-1514-27/+57
| |\ \
| | * | drm/nouveau/platform: fix compilation errorAlexandre Courbot2014-08-141-1/+2
| | * | drm/nouveau/gk20a: add LTC deviceAlexandre Courbot2014-08-141-0/+1
| | * | drm/nouveau: warn if we fail to re-pin fb on resumeBen Skeggs2014-08-141-1/+3