summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Update DRIVER_DATE to 20150717Daniel Vetter2015-07-171-1/+1
* Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter2015-07-151-3/+3
|\
| * drm/i915: remove unused has_dma_mapping flagImre Deak2015-07-131-2/+0
| * drm/i915: Fix missing return warning for !CONFIG_DEBUGFSDaniel Vetter2015-07-131-1/+2
| * drm/i915: Store device pointer in contexts for late tracepoint usafeChris Wilson2015-07-131-0/+1
| * drm/i915: Fix command parser to validate multiple register access with the sa...Francisco Jerez2015-06-151-0/+5
* | drm/i915: Use full atomic modeset.Maarten Lankhorst2015-07-151-1/+0
* | drm/i915: Added BXT check in HAS_CORE_RING_FREQ macroAkash Goel2015-07-141-1/+1
* | drm/i915: Add HAS_CORE_RING_FREQ macroAkash Goel2015-07-141-0/+3
* | drm/i915: Convert resume to atomic.Maarten Lankhorst2015-07-141-2/+1
* | drm/i915: add FBC_IN_DBG_MASTER no_fbc_reasonPaulo Zanoni2015-07-081-0/+1
* | drm/i915: use intel_crtc for the FBC functionsPaulo Zanoni2015-07-081-2/+2
* | drm/i915: use dev_priv for the FBC functionsPaulo Zanoni2015-07-081-2/+2
* | drm/i915: move FBC vfuncs to struct i915_fbcPaulo Zanoni2015-07-081-3/+4
* | drm/i915: Inline SUPPORTS_DIGITAL_OUTPUTSDaniel Vetter2015-07-071-1/+0
* | drm/i915: Ditch SUPPORTS_INTEGRATED_HDMI|DP and use IS_G4X insteadDaniel Vetter2015-07-071-2/+0
* | drm/i915: add the FBC mutexPaulo Zanoni2015-07-061-0/+3
* | drm/i915: add dev_priv->mm.stolen_lockPaulo Zanoni2015-07-061-0/+4
* | drm/i915: move FBC code out of i915_gem_stolen.cPaulo Zanoni2015-07-061-2/+0
* | drm/i915: add simple wrappers for stolen node insertion/removalPaulo Zanoni2015-07-061-0/+5
* | drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue2015-07-061-0/+3
* | drm/i915: Update DRIVER_DATE to 20150703Daniel Vetter2015-07-031-1/+1
* | drm/i915/bxt: add missing DDI PLL registers to the state checkingImre Deak2015-06-301-1/+2
* | drm/i915/skl: Buffer translation improvementsDavid Weinehall2015-06-301-0/+8
* | drm/i915: CHV DDR DVFS support and another watermark rewriteVille Syrjälä2015-06-291-10/+18
* | drm/i915: Read wm values from hardware at init on CHVVille Syrjälä2015-06-291-0/+2
* | drm/i915: Nuke lvds downclock supportDaniel Vetter2015-06-241-4/+0
* | 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
OpenPOWER on IntegriCloud