summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Remove the now obsolete 'i915_gem_check_olr()'John Harrison2015-06-231-1/+0
* drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison2015-06-231-3/+4
* drm/i915: Update l3_remap to take a request structureJohn Harrison2015-06-231-1/+1
* drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison2015-06-231-1/+1
* drm/i915: Update add_request() to take a request structureJohn Harrison2015-06-231-5/+5
* drm/i915: Update queue_flip() to take a request structureJohn Harrison2015-06-231-1/+1
* drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison2015-06-231-1/+3
* drm/i915: Update i915_switch_context() to take a request structureJohn Harrison2015-06-231-2/+1
* drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison2015-06-231-1/+1
* drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison2015-06-231-1/+2
* drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()John Harrison2015-06-231-1/+1
* drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison2015-06-231-2/+5
* drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison2015-06-231-1/+1
* drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison2015-06-231-0/+1
* drm/i915: Update alloc_request to return the allocated requestJohn Harrison2015-06-231-1/+2
* drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison2015-06-231-4/+1
* drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison2015-06-231-13/+15
* drm/i915: i915_add_request must not failJohn Harrison2015-06-231-3/+3
* drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison2015-06-231-0/+1
* drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula2015-06-221-2/+7
* drm/i915: Make cdclk part of the atomic state.Maarten Lankhorst2015-06-221-1/+2
* drm/i915: Update DRIVER_DATE to 20150619Daniel Vetter2015-06-191-1/+1
* drm/i915: add FBC_ROTATION to enum no_fbc_reasonPaulo Zanoni2015-06-151-0/+1
* Merge branch 'topic/atomic-conversion' into drm-intel-next-queuedDaniel Vetter2015-06-151-2/+0
|\
| * drm/i915: Use global atomic state for staged pll, config, v3.Maarten Lankhorst2015-06-121-1/+0
| * drm/i915: get rid of intel_crtc_disable and related code, v3Maarten Lankhorst2015-06-121-1/+0
* | drm/i915: Report to userspace if we have a (presumed) working GPU resetChris Wilson2015-06-151-0/+1
* | drm/i915: Fix command parser to validate multiple register access with the sa...Francisco Jerez2015-06-151-0/+5
|/
* drm/i915: Add IS_BDW_ULXVille Syrjälä2015-06-121-0/+3
* drm/i915: Store max cdclk value in dev_privVille Syrjälä2015-06-121-1/+1
* drm/i915: add for_each_hpd_pin to iterate over hotplug pinsJani Nikula2015-05-291-0/+3
* drm/i915: group all hotplug related fields into a new struct in dev_privJani Nikula2015-05-291-27/+31
* drm/i915: add a context parameter to {en, dis}able zero address mappingDavid Weinehall2015-05-291-0/+5
* drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä2015-05-281-2/+2
* drm/i915: Use spinlocks for checking when to waitboostChris Wilson2015-05-261-2/+7
* drm/i915: Update DRIVER_DATE to 20150522Daniel Vetter2015-05-221-1/+1
* drm/i915: Introduce DRM_I915_THROTTLE_JIFFIESChris Wilson2015-05-221-0/+6
* drm/i915/skl: Deinit/init the display at suspend/resumeDamien Lespiau2015-05-211-0/+1
* drm/i915: Convert RPS tracking to a intel_rps_client structChris Wilson2015-05-211-6/+7
* drm/i915: Limit mmio flip RPS boostsChris Wilson2015-05-211-0/+1
* drm/i915: Limit ring synchronisation (sw sempahores) RPS boostsChris Wilson2015-05-211-16/+18
* drm/i915: Implement inter-engine read-read optimisationsChris Wilson2015-05-211-5/+14
* drm/i915/skl: add F0 stepping IDImre Deak2015-05-201-0/+1
* drm/i915/bxt: Port PLL programming BUNVandana Kannan2015-05-201-1/+1
* drm/i915: add HAS_DP_MST feature test macroJani Nikula2015-05-201-0/+3
* drm/i915: Fix race on unreferencing the wrong mmio-flip-requestChris Wilson2015-05-201-2/+4
* drm/i915: Remove domain flubbing from i915_gem_object_finish_gpu()Chris Wilson2015-05-201-1/+3
* drm/i915: Adding dbuf support for skl nv12 format.Chandra Konduru2015-05-201-1/+2
* drm/i915: Update DRIVER_DATE to 20150508Daniel Vetter2015-05-081-1/+1
* drm/i915: Work around DISPLAY_PHY_CONTROL register corruption on CHVVille Syrjälä2015-05-081-0/+2
OpenPOWER on IntegriCloud