summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2015-06-23drm/i915: Split i915_ppgtt_init_hw() in half - generic and per ringJohn Harrison3-20/+36
2015-06-23drm/i915: Update i915_gpu_idle() to manage its own requestJohn Harrison1-1/+13
2015-06-23drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison5-12/+18
2015-06-23drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison3-5/+5
2015-06-23drm/i915: Update move_to_gpu() to take a request structureJohn Harrison2-13/+11
2015-06-23drm/i915: Update the dispatch tracepoint to use params->requestJohn Harrison2-2/+2
2015-06-23drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison2-2/+12
2015-06-23drm/i915: Update alloc_request to return the allocated requestJohn Harrison5-7/+15
2015-06-23drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison3-13/+6
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison4-52/+70
2015-06-23drm/i915: Set context in request from creation even in legacy modeJohn Harrison3-22/+14
2015-06-23drm/i915: Early alloc request in execbuffJohn Harrison1-0/+7
2015-06-23drm/i915: i915_add_request must not failJohn Harrison7-40/+31
2015-06-23drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison5-2/+153
2015-06-23Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter3-21/+11
2015-06-23drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch workaroundArun Siluvery2-0/+25
2015-06-23drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaroundArun Siluvery1-2/+5
2015-06-23drm/i915/gen8: Re-order init pipe_control in lrc modeArun Siluvery1-3/+11
2015-06-23drm/i915/gen8: Add infrastructure to initialize WA batch buffersArun Siluvery2-4/+240
2015-06-23drm/i915: Report an error when i915.reset prevents a resetChris Wilson4-5/+4
2015-06-23drm/i915: Fix up KMS Kconfig removal patchDaniel Vetter2-3/+1
2015-06-23Merge tag 'drm-intel-next-fixes-2015-06-22' of git://anongit.freedesktop.org/...Dave Airlie1-21/+21
2015-06-22drm/i915: Remove KMS Kconfig optionChris Wilson2-22/+7
2015-06-22drm/i915: Ignore LVDS presence in VBT flag if the LVDS is enabled by BIOSChris Wilson1-6/+10
2015-06-22drm/i915: Enforce execobject.alignment to be a power-of-twoChris Wilson1-0/+3
2015-06-22drm/i915: Remove unused ring argument from frontbuffer invalidate and busy fu...Rodrigo Vivi5-18/+13
2015-06-22drm/i915: Factor out p2 divider selection for pre-ilk platformsVille Syrjälä1-48/+30
2015-06-22drm/i915: reduce line width in {pch, i9xx}_get_hpd_pins()Jani Nikula1-11/+18
2015-06-22drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula5-422/+464
2015-06-22drm/i915/irq: clarify irq storm related function namingJani Nikula1-6/+6
2015-06-22drm/i915/irq: abstract irq storm hotplug disablingJani Nikula1-27/+50
2015-06-22drm/i915/irq: move hotplug even debug print to second connector loopJani Nikula1-4/+2
2015-06-22drm/i915: Make cdclk part of the atomic state.Maarten Lankhorst4-145/+135
2015-06-22drm/i915: Remove transitional references from intel_plane_atomic_check.Maarten Lankhorst1-13/+6
2015-06-22drm/i915: Make setting color key atomic.Maarten Lankhorst4-53/+46
2015-06-22drm/i915: Update less state during modeset.Maarten Lankhorst1-50/+16
2015-06-22drm/i915: atomic plane updates in a nutshellMaarten Lankhorst2-84/+23
2015-06-22drm/i915: Handle disabling planes better, v2.Maarten Lankhorst3-22/+106
2015-06-22drm/i915: Do not run most checks when there's no modeset.Maarten Lankhorst1-11/+22
2015-06-22drm/i915: Move crtc commit updates to separate functions.Maarten Lankhorst1-58/+69
2015-06-22drm/i915: move detaching scalers to begin_crtc_commit, v2.Maarten Lankhorst3-8/+4
2015-06-22drm/i915: remove force argument from disable_planeMaarten Lankhorst3-19/+9
2015-06-22drm/i915: clean up atomic plane check functions, v2.Maarten Lankhorst4-45/+29
2015-06-22drm/i915: clean up plane commit functionsMaarten Lankhorst2-27/+22
2015-06-22drm/i915: Split plane updates of crtc->atomic into a helper, v2.Maarten Lankhorst4-160/+176
2015-06-22drm/i915: Split skl_update_scaler, v4.Maarten Lankhorst4-107/+121
2015-06-22drm/i915: Assign a new pll from the crtc check function, v2.Maarten Lankhorst1-34/+26
2015-06-22drm/i915: Move scaler setup to check crtc function, v2.Maarten Lankhorst2-18/+14
2015-06-22drm/i915: Add a simple atomic crtc check function, v2.Maarten Lankhorst2-56/+75
2015-06-22drm/i915: Clean up intel_atomic_setup_scalers slightly.Maarten Lankhorst3-13/+11