summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
AgeCommit message (Expand)AuthorLines
2014-12-17drm/irq: Add drm_crtc_send_vblank_event()Thierry Reding-0/+19
2014-12-17drm/radeon: Assign VMID to PASID for IH in non-HWS modeBen Goz-0/+6
2015-01-04drm/radeon: do not leave queue acquired if timeout happens in kgd_hqd_destroy()Alexey Khoroshilov-0/+1
2015-01-04drm/amdkfd: Load mqd to hqd in non-HWS modeBen Goz-0/+12
2014-12-16drm/info: Remove unused codeThierry Reding-25/+0
2014-12-16drm/i915: Disable PSMI sleep messages on all rings around context switchesChris Wilson-8/+42
2014-12-16drm/i915: Force the CS stall for invalidate flushesChris Wilson-0/+2
2014-12-16drm/i915: Invalidate media caches on gen7Chris Wilson-0/+2
2014-12-16drm/i915: tame the chattermouth (v2)Rob Clark-70/+105
2014-12-16drm/i915: Warn about missing context state workarounds only onceMichel Thierry-2/+2
2014-12-16drm/i915: Use true PPGTT in Gen8+ when execlists are enabledMichel Thierry-3/+4
2014-12-16drm/i915: Skip gunit save/restore for cherryviewDeepak S-2/+5
2014-12-16drm/i915/chv: Use timeout mode for RC6 on chvDeepak S-2/+3
2014-12-16drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelistJordan Justen-12/+15
2014-12-16drm/i915: Tidy up execbuffer command parsing codeBrad Volkin-55/+77
2014-12-16drm/i915: Mark shadow batch buffers as purgeableBrad Volkin-1/+10
2014-12-16drm/i915: Use batch length instead of object size in command parserBrad Volkin-16/+34
2014-12-16drm/i915: Use batch pools with the command parserBrad Volkin-23/+112
2014-12-16drm/i915: Implement a framework for batch buffer poolsBrad Volkin-9/+220
2014-12-16drm/i915: fix use after free during eDP encoder destroyingImre Deak-1/+1
2014-12-16drm/cache: Use wbinvd helpersBen Widawsky-9/+4
2014-12-15Merge tag 'staging-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-33/+55
2014-12-15Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-14039/+57762
2014-12-15drm/i915: sanitize RPS resetting during GPU resetImre Deak-10/+22
2014-12-15drm/i915: move RPS PM_IER enabling to gen6_enable_rps_interruptsImre Deak-3/+13
2014-12-15drm/i915/skl: Skylake also supports DP MSTDamien Lespiau-1/+1
2014-12-15drm/i915: Consolidate DDI clock reading out in a single functionDamien Lespiau-6/+7
2014-12-15drm/i915: Parsing LFP brightness control from VBTDeepak M-0/+32
2014-12-15drm/i915/skl: Correcting the flushing of pipeSonika Jindal-2/+1
2014-12-15drm/i915/bdw: Enable execlists by default where supportedThomas Daniel-4/+3
2014-12-15drm/i915/skl: Correctly updating sprite wm parameterSonika Jindal-1/+2
2014-12-15drm/i915: Documentation for multiple GGTT viewsTvrtko Ursulin-0/+60
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin-70/+220
2014-12-15drm/i915: Forcewake Register Range changes for CHVDeepak S-7/+4
2014-12-15drm/i915: Changes related to the sequence port no forGaurav K Singh-1/+9
2014-12-15drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter-9/+21
2014-12-15drm/i915: Name the lrc irq handler correctlyDaniel Vetter-8/+8
2014-12-15drm: sti: fix module compilation issuebenjamin.gaignard@linaro.org-0/+4
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-11/+0
2014-12-13Merge branch 'drm-sti-next-2014-12-11' of http://git.linaro.org/people/benjam...Dave Airlie-133/+1972
2014-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-12/+12
2014-12-12Merge tag 'drm-intel-next-fixes-2014-12-11' of git://anongit.freedesktop.org/...Dave Airlie-23/+71
2014-12-11Merge tag 'media/v3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-33/+33
2014-12-11drm/plane-helper: Test for plane disable earlierMatt Roper-5/+11
2014-12-11drm/i915: vlv: fix IRQ masking when uninstalling interruptsImre Deak-1/+1
2014-12-11drm/i915: save/restore GMBUS freq across suspend/resume on gen4Jesse Barnes-0/+10
2014-12-11drm: sti: correctly cleanup CRTC and planesBenjamin Gaignard-1/+5
2014-12-11drm: sti: add HQVDP planeBenjamin Gaignard-7/+1487
2014-12-11drm: sti: add cursor planeBenjamin Gaignard-3/+273
2014-12-11drm: sti: enable auxiliary CRTCBenjamin Gaignard-17/+44