summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2015-06-23drm/i915: Update add_request() to take a request structureJohn Harrison
2015-06-23drm/i915: Update queue_flip() to take a request structureJohn Harrison
2015-06-23drm/i915: Update overlay code to do explicit request managementJohn Harrison
2015-06-23drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison
2015-06-23drm/i915: Update render_state_init() to take a request structureJohn Harrison
2015-06-23drm/i915: Update init_context() to take a request structureJohn Harrison
2015-06-23drm/i915: Update deferred context creation to do explicit request managementJohn Harrison
2015-06-23drm/i915: Update do_switch() to take a request structureJohn Harrison
2015-06-23drm/i915: Update i915_switch_context() to take a request structureJohn Harrison
2015-06-23drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison
2015-06-23drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison
2015-06-23drm/i915: Don't tag kernel batches as user batchesJohn Harrison
2015-06-23drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()John Harrison
2015-06-23drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ringJohn Harrison
2015-06-23drm/i915: Update i915_gpu_idle() to manage its own requestJohn Harrison
2015-06-23drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison
2015-06-23drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison
2015-06-23drm/i915: Update move_to_gpu() to take a request structureJohn Harrison
2015-06-23drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison
2015-06-23drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison
2015-06-23drm/i915: Update alloc_request to return the allocated requestJohn Harrison
2015-06-23drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison
2015-06-23drm/i915: Set context in request from creation even in legacy modeJohn Harrison
2015-06-23drm/i915: Early alloc request in execbuffJohn Harrison
2015-06-23drm/i915: i915_add_request must not failJohn Harrison
2015-06-23drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison
2015-06-23Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter
2015-06-23drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaroundArun Siluvery
2015-06-23drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaroundArun Siluvery
2015-06-23drm/i915/gen8: Re-order init pipe_control in lrc modeArun Siluvery
2015-06-23drm/i915/gen8: Add infrastructure to initialize WA batch buffersArun Siluvery
2015-06-23drm/i915: Report an error when i915.reset prevents a resetChris Wilson
2015-06-23drm/i915: Fix up KMS Kconfig removal patchDaniel Vetter
2015-06-23drm/dp/mst: take lock around looking up the branch device on hpd irqDave Airlie
2015-06-23drm/dp/mst: make sure mst_primary mstb is valid in work functionDaniel Vetter
2015-06-23Merge tag 'drm-intel-next-fixes-2015-06-22' of git://anongit.freedesktop.org/...Dave Airlie
2015-06-23of: add EXPORT_SYMBOL for of_graph_get_endpoint_by_regsDave Airlie
2015-06-23Merge branch 'exynos-drm-next' of git://git.kernel.org/pub/scm/linux/kernel/g...Dave Airlie
2015-06-23Merge tag 'topic/drm-misc-2015-06-22' of git://anongit.freedesktop.org/drm-in...Dave Airlie
2015-06-22drm/i915: Remove KMS Kconfig optionChris Wilson
2015-06-22drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOSChris Wilson
2015-06-22drm/i915: Enforce execobject.alignment to be a power-of-twoChris Wilson
2015-06-22drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi
2015-06-22drm/i915: Factor out p2 divider selection for pre-ilk platformsVille Syrjälä
2015-06-22drm/i915: reduce line width in {pch, i9xx}_get_hpd_pins()Jani Nikula
2015-06-22drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula
2015-06-22drm/i915/irq: clarify irq storm related function namingJani Nikula
2015-06-22drm/i915/irq: abstract irq storm hotplug disablingJani Nikula
2015-06-22drm/i915/irq: move hotplug even debug print to second connector loopJani Nikula