summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update render_state_init() to take a request structureJohn Harrison2015-06-234-19/+17
* drm/i915: Update init_context() to take a request structureJohn Harrison2015-06-234-13/+10
* drm/i915: Update deferred context creation to do explicit request managementJohn Harrison2015-06-231-1/+10
* drm/i915: Update do_switch() to take a request structureJohn Harrison2015-06-231-3/+4
* drm/i915: Update i915_switch_context() to take a request structureJohn Harrison2015-06-234-16/+12
* drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison2015-06-235-8/+9
* drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison2015-06-234-8/+14
* drm/i915: Don't tag kernel batches as user batchesJohn Harrison2015-06-232-2/+2
* drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()John Harrison2015-06-233-29/+22
* drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ringJohn Harrison2015-06-233-20/+36
* drm/i915: Update i915_gpu_idle() to manage its own requestJohn Harrison2015-06-231-1/+13
* drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison2015-06-235-12/+18
* drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison2015-06-233-5/+5
* drm/i915: Update move_to_gpu() to take a request structureJohn Harrison2015-06-232-13/+11
* drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison2015-06-232-2/+2
* drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison2015-06-232-2/+12
* drm/i915: Update alloc_request to return the allocated requestJohn Harrison2015-06-235-7/+15
* drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison2015-06-233-13/+6
* drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison2015-06-234-52/+70
* drm/i915: Set context in request from creation even in legacy modeJohn Harrison2015-06-233-22/+14
* drm/i915: Early alloc request in execbuffJohn Harrison2015-06-231-0/+7
* drm/i915: i915_add_request must not failJohn Harrison2015-06-237-40/+31
* drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison2015-06-235-2/+153
* Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter2015-06-233-21/+11
|\
| * 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
| * | Merge tag 'drm-intel-next-fixes-2015-06-18' of git://anongit.freedesktop.org/...Dave Airlie2015-06-195-100/+164
| |\ \ | | |/
| | * drm/i915: Don't set enabled value of all CRTCs when restoring the modeAnder Conselvan de Oliveira2015-06-171-17/+10
| | * drm/i915: Don't update staged config during force restore modesetsAnder Conselvan de Oliveira2015-06-171-5/+3
| | * drm/i915: Don't check modeset state in the hw state force restore pathAnder Conselvan de Oliveira2015-06-171-9/+12
| | * drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.Francisco Jerez2015-06-151-0/+7
| | * drm/i915: Extend the parser to check register writes against a mask/value pair.Francisco Jerez2015-06-152-47/+96
| | * drm/i915: Fix command parser to validate multiple register access with the sa...Francisco Jerez2015-06-152-31/+48
| | * drm/i915: Don't skip request retirement if the active list is emptyVille Syrjälä2015-06-151-3/+0
| * | Merge tag 'drm-intel-next-fixes-2015-06-11' of git://anongit.freedesktop.org/...Dave Airlie2015-06-121-1/+1
| |\ \ | | |/
| | * drm/i915/skl: Fix DMC API version in firmware file nameRodrigo Vivi2015-06-051-1/+1
* | | drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaroundArun Siluvery2015-06-232-0/+25
* | | drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaroundArun Siluvery2015-06-231-2/+5
* | | drm/i915/gen8: Re-order init pipe_control in lrc modeArun Siluvery2015-06-231-3/+11
* | | drm/i915/gen8: Add infrastructure to initialize WA batch buffersArun Siluvery2015-06-232-4/+240
* | | drm/i915: Report an error when i915.reset prevents a resetChris Wilson2015-06-234-5/+4
* | | drm/i915: Fix up KMS Kconfig removal patchDaniel Vetter2015-06-232-3/+1
* | | drm/i915: Remove KMS Kconfig optionChris Wilson2015-06-222-22/+7
* | | drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOSChris Wilson2015-06-221-6/+10
* | | drm/i915: Enforce execobject.alignment to be a power-of-twoChris Wilson2015-06-221-0/+3
* | | drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi2015-06-225-18/+13
* | | drm/i915: Factor out p2 divider selection for pre-ilk platformsVille Syrjälä2015-06-221-48/+30
* | | drm/i915: reduce line width in {pch, i9xx}_get_hpd_pins()Jani Nikula2015-06-221-11/+18
* | | drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula2015-06-225-422/+464
* | | drm/i915/irq: clarify irq storm related function namingJani Nikula2015-06-221-6/+6
OpenPOWER on IntegriCloud