summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/drm-fixes-2015-07-04' of git://anongit.freedesktop.org/drm-i...Linus Torvalds2015-07-031-1/+1
|\
| * drm/crtc: Fix edid length computationShixin Zeng2015-07-041-1/+1
* | Merge branch 'drm-next-4.2' of git://people.freedesktop.org/~agd5f/linuxLinus Torvalds2015-07-0226-89/+539
|\ \
| * | drm/radeon: only check the sink type on DP connectorsAlex Deucher2015-06-301-9/+9
| * | drm/amdgpu: add flag to delay VM updatesChristian König2015-06-291-3/+3
| * | drm/amdgpu: add optional dependencies to the CS IOCTL v2Christian König2015-06-291-1/+58
| * | drm/amdgpu: recreate fence from user seqChristian König2015-06-293-9/+44
| * | gpu/drm/amdgpu: Fix build when CONFIG_DEBUG_FS is not setAlexander Kuleshov2015-06-291-0/+6
| * | Revert "drm/radeon: dont switch vt on suspend"Alex Deucher2015-06-291-1/+0
| * | drm/amdgpu: disable enable_nb_ps_policy temporarilySonny Jiang2015-06-291-1/+1
| * | drm/amdgpu: correct define SMU_EnabledFeatureScoreboard_SclkDpmOnSonny Jiang2015-06-291-1/+1
| * | drm/amdgpu: allocate ip_block_enabled memory in common codeAlex Deucher2015-06-293-9/+3
| * | drm/amdgpu: remove unnecessary check before kfreeManinder Singh2015-06-291-2/+1
| * | drm/amdgpu: use kzalloc for allocating one thingManinder Singh2015-06-291-1/+1
| * | drm/radeon: fix adding all VAs to the freed list on remove v2Christian König2015-06-291-2/+2
| * | drm/amdgpu: add chunk id validity checkChristian König2015-06-291-3/+11
| * | drm/amdgpu: fix crash on invalid CS IOCTLChristian König2015-06-291-2/+3
| * | drm/amdgpu: reset wptr at cp compute resume (v2)Sonny Jiang2015-06-291-0/+6
| * | drm/amdgpu: check VCE feedback and bitstream indexChristian König2015-06-291-8/+16
| * | drm/amdgpu: make VCE handle check more strictChristian König2015-06-291-16/+48
| * | drm/amdgpu: check VCE relocation buffer rangeChristian König2015-06-293-29/+92
| * | drm/amdgpu: silence invalid error messageChristian König2015-06-291-1/+1
| * | drm/amdgpu: fix wrong typemonk.liu2015-06-291-1/+2
| * | drm/amdgpu: print the bo_list in the CS trace point as wellChristian König2015-06-291-2/+4
| * | drm/amdgpu: add amdgpu_bo_list_set trace pointChristian König2015-06-292-0/+18
| * | drm/amdgpu: add BO map/unmap trace pointChristian König2015-06-292-0/+52
| * | drm/amdgpu: simplify fence debugfs output a bitChristian König2015-06-291-2/+3
| * | drm/radeon: SDMA fix hibernation (CI GPU family).Jérôme Glisse2015-06-291-0/+11
| * | drm/radeon: compute ring fix hibernation (CI GPU family) v2.Jérôme Glisse2015-06-291-0/+34
| * | drm/amdgpu: Configure doorbell to maximum slotsBen Goz2015-06-291-1/+1
| * | drm/amdgpu: Initialize compute sdma and memory from kgdBen Goz2015-06-294-0/+123
| * | drm/radeon: use kzalloc for allocating one thingManinder Singh2015-06-291-1/+1
| * | drm/amdgpu: fix hpd range check in dce_v8_0_hpd_irq()Alex Deucher2015-06-291-1/+1
* | | Merge tag 'drm-intel-next-fixes-2015-07-02' of git://anongit.freedesktop.org/...Linus Torvalds2015-07-026-3/+29
|\ \ \
| * | | drm/i915: Clear pipe's pll hw state in hsw_dp_set_ddi_pll_sel()Ander Conselvan de Oliveira2015-06-301-0/+3
| * | | drm/i915: fix backlight after resume on 855gmJani Nikula2015-06-292-0/+9
| * | | drm/i915/ppgtt: Break loop in gen8_ppgtt_clear_range failure pathMichel Thierry2015-06-261-3/+3
| * | | drm/i915: Fix IPS related flickerRodrigo Vivi2015-06-262-0/+14
* | | | Merge tag 'module-implicit-v4.1-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-022-0/+2
|\ \ \ \
| * | | | drivers/gpu: include <module.h> for modular rockchip codePaul Gortmaker2015-06-162-0/+2
* | | | | drm/nouveau/gem: use kvfree() in u_free()Pekka Enberg2015-06-301-4/+1
* | | | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-26530-9667/+451963
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | drm/nouveau: Pause between setting gpu to D3hot and cutting the powerLukas Wunner2015-06-261-0/+2
| * | | | drm/dp/mst: close deadlock in connector destruction.Dave Airlie2015-06-251-2/+38
| | |_|/ | |/| |
| * | | drm: Always enable atomic APIDaniel Stone2015-06-242-5/+0
| * | | drm/vgem: Set unique to "vgem"Daniel Vetter2015-06-241-0/+2
| * | | drm/dp/mst: take lock around looking up the branch device on hpd irqDave Airlie2015-06-231-0/+3
| * | | drm/dp/mst: make sure mst_primary mstb is valid in work functionDaniel Vetter2015-06-231-5/+19
| * | | Merge tag 'drm-intel-next-fixes-2015-06-22' of git://anongit.freedesktop.org/...Dave Airlie2015-06-231-21/+21
| |\ \ \ | | | |/ | | |/|
| | * | drm/i915: Silence compiler warningAnder Conselvan de Oliveira2015-06-221-21/+21
OpenPOWER on IntegriCloud