aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-01-08drm/i915: Reserve shadow batch VMA analogue to othersTvrtko Ursulin1-0/+2
2015-01-07drm/i915: Add ioctl to set per-context parametersChris Wilson4-0/+87
2015-01-07drm/i915: Push vblank enable/disable past encoder->enable/disableDaniel Vetter1-21/+21
2015-01-07drm/i915: Move the ban period onto the contextChris Wilson3-1/+9
2015-01-07Revert "drm/i915: Parsing LFP brightness control from VBT"Rodrigo Vivi3-32/+0
2015-01-06drm/i915: Support creation of unbound wc user mappings for objectsAkash Goel3-0/+31
2015-01-06drm/i915: Broaden application of set-domain(GTT)Chris Wilson1-24/+19
2015-01-06drm/i915: Add some extra guards in evict_vmBen Widawsky1-0/+3
2015-01-06drm/i915: Include i915_gem_evict.c kerneldoc into the drm docbookDaniel Vetter2-4/+15
2015-01-06drm/i915: Make sample_c messages go faster on Haswell.Kenneth Graunke2-0/+5
2014-12-19drm/i915: Update DRIVER_DATE to 20141219Daniel Vetter1-1/+1
2014-12-17drm/i915: Hold runtime PM during plane commitMatt Roper1-0/+3
2014-12-17drm/i915: Organize bind_vma funcsRodrigo Vivi1-13/+2
2014-12-17drm/i915: Organize INSTDONE report for future.Rodrigo Vivi1-14/+3
2014-12-17drm/i915: Organize PDP regs report for future.Rodrigo Vivi1-13/+7
2014-12-17drm/i915: Organize PPGTT initRodrigo Vivi1-3/+1
2014-12-17drm/i915: Organize Fence registers for future enablement.Rodrigo Vivi2-35/+19
2014-12-16drm/i915: tame the chattermouth (v2)Rob Clark5-70/+105
2014-12-16drm/i915: Warn about missing context state workarounds only onceMichel Thierry2-2/+2
2014-12-16drm/i915: Use true PPGTT in Gen8+ when execlists are enabledMichel Thierry1-3/+4
2014-12-16drm/i915: Skip gunit save/restore for cherryviewDeepak S1-2/+5
2014-12-16drm/i915/chv: Use timeout mode for RC6 on chvDeepak S1-2/+3
2014-12-16drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelistJordan Justen2-12/+15
2014-12-16drm/i915: Tidy up execbuffer command parsing codeBrad Volkin2-55/+77
2014-12-16drm/i915: Mark shadow batch buffers as purgeableBrad Volkin2-1/+10
2014-12-16drm/i915: Use batch length instead of object size in command parserBrad Volkin3-16/+34
2014-12-16drm/i915: Use batch pools with the command parserBrad Volkin5-23/+112
2014-12-16drm/i915: Implement a framework for batch buffer poolsBrad Volkin6-9/+225
2014-12-16drm/i915: fix use after free during eDP encoder destroyingImre Deak1-1/+1
2014-12-15drm/i915/skl: Skylake also supports DP MSTDamien Lespiau1-1/+1
2014-12-15drm/i915: Consolidate DDI clock reading out in a single functionDamien Lespiau1-6/+7
2014-12-15drm/i915: Parsing LFP brightness control from VBTDeepak M3-0/+32
2014-12-15drm/i915/skl: Correcting the flushing of pipeSonika Jindal1-2/+1
2014-12-15drm/i915/bdw: Enable execlists by default where supportedThomas Daniel2-4/+3
2014-12-15drm/i915/skl: Correctly updating sprite wm parameterSonika Jindal1-1/+2
2014-12-15drm/i915: Documentation for multiple GGTT viewsTvrtko Ursulin2-0/+65
2014-12-15drm/i915: Infrastructure for supporting different GGTT views per objectTvrtko Ursulin8-70/+220
2014-12-15drm/i915: Forcewake Register Range changes for CHVDeepak S1-7/+4
2014-12-15drm/i915: Changes related to the sequence port no forGaurav K Singh1-1/+9
2014-12-15drm/i915: Use BUILD_BUG if possible in the i915 WARN_ONDaniel Vetter5-9/+21
2014-12-15drm/i915: Name the lrc irq handler correctlyDaniel Vetter3-8/+8
2014-12-10drm/i915/bdw: Add WaForceEnableNonCoherent labelMichel Thierry1-0/+1
2014-12-10drm/i915: Protect against leaks in pipe_crc_set_sourceDaniel Vetter1-0/+1
2014-12-10drm/i915: Make i915_pipe_crc_read() oops proofVille Syrjälä1-17/+22
2014-12-10drm/i915: Allocate the pipe_crc->entires with kcalloc()Ville Syrjälä1-2/+2
2014-12-10drm/i915: Protect pipe_crc->entries updateVille Syrjälä1-4/+7
2014-12-10drm/i915: Fix CRC support for DP port D on CHVVille Syrjälä1-0/+6
2014-12-10drm/i915: Engage the DP scramble reset for pipe C on CHVVille Syrjälä2-6/+24
2014-12-10drm/i915: Add headers to the various render stateDamien Lespiau4-0/+100
2014-12-10drm/i915: Introduce FBC DocBook.Rodrigo Vivi2-9/+40