summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2015-08-11drm/i915: Use CONFIG_DRM_FBDEV_EMULATIONDaniel Vetter1-1/+1
2015-07-17drm/i915: Update DRIVER_DATE to 20150717Daniel Vetter1-1/+1
2015-07-15Merge tag 'drm-intel-fixes-2015-07-15' into drm-intel-next-queuedDaniel Vetter1-3/+3
2015-07-15drm/i915: Use full atomic modeset.Maarten Lankhorst1-1/+0
2015-07-14drm/i915: Added BXT check in HAS_CORE_RING_FREQ macroAkash Goel1-1/+1
2015-07-14drm/i915: Add HAS_CORE_RING_FREQ macroAkash Goel1-0/+3
2015-07-14drm/i915: Convert resume to atomic.Maarten Lankhorst1-2/+1
2015-07-13drm/i915: remove unused has_dma_mapping flagImre Deak1-2/+0
2015-07-13drm/i915: Fix missing return warning for !CONFIG_DEBUGFSDaniel Vetter1-1/+2
2015-07-13drm/i915: Store device pointer in contexts for late tracepoint usafeChris Wilson1-0/+1
2015-07-08drm/i915: add FBC_IN_DBG_MASTER no_fbc_reasonPaulo Zanoni1-0/+1
2015-07-08drm/i915: use intel_crtc for the FBC functionsPaulo Zanoni1-2/+2
2015-07-08drm/i915: use dev_priv for the FBC functionsPaulo Zanoni1-2/+2
2015-07-08drm/i915: move FBC vfuncs to struct i915_fbcPaulo Zanoni1-3/+4
2015-07-07drm/i915: Inline SUPPORTS_DIGITAL_OUTPUTSDaniel Vetter1-1/+0
2015-07-07drm/i915: Ditch SUPPORTS_INTEGRATED_HDMI|DP and use IS_G4X insteadDaniel Vetter1-2/+0
2015-07-06drm/i915: add the FBC mutexPaulo Zanoni1-0/+3
2015-07-06drm/i915: add dev_priv->mm.stolen_lockPaulo Zanoni1-0/+4
2015-07-06drm/i915: move FBC code out of i915_gem_stolen.cPaulo Zanoni1-2/+0
2015-07-06drm/i915: add simple wrappers for stolen node insertion/removalPaulo Zanoni1-0/+5
2015-07-06drm/i915: Expose I915_EXEC_RESOURCE_STREAMER flag and getparamAbdiel Janulgue1-0/+3
2015-07-03drm/i915: Update DRIVER_DATE to 20150703Daniel Vetter1-1/+1
2015-06-30drm/i915/bxt: add missing DDI PLL registers to the state checkingImre Deak1-1/+2
2015-06-30drm/i915/skl: Buffer translation improvementsDavid Weinehall1-0/+8
2015-06-29drm/i915: CHV DDR DVFS support and another watermark rewriteVille Syrjälä1-10/+18
2015-06-29drm/i915: Read wm values from hardware at init on CHVVille Syrjälä1-0/+2
2015-06-24drm/i915: Nuke lvds downclock supportDaniel Vetter1-4/+0
2015-06-23drm/i915: Remove the now obsolete 'i915_gem_check_olr()'John Harrison1-1/+0
2015-06-23drm/i915: Move the request/file and request/pid association to creation timeJohn Harrison1-3/+4
2015-06-23drm/i915: Update l3_remap to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Update [vma|object]_move_to_active() to take request structuresJohn Harrison1-1/+1
2015-06-23drm/i915: Update add_request() to take a request structureJohn Harrison1-5/+5
2015-06-23drm/i915: Update queue_flip() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Update i915_gem_object_sync() to take a request structureJohn Harrison1-1/+3
2015-06-23drm/i915: Update i915_switch_context() to take a request structureJohn Harrison1-2/+1
2015-06-23drm/i915: Update ppgtt_init_ring() & context_enable() to take requestsJohn Harrison1-1/+1
2015-06-23drm/i915: Add explicit request management to i915_gem_init_hw()John Harrison1-1/+2
2015-06-23drm/i915: Moved the for_each_ring loop outside of i915_gem_context_enable()John Harrison1-1/+1
2015-06-23drm/i915: Add flag to i915_add_request() to skip the cache flushJohn Harrison1-2/+5
2015-06-23drm/i915: Update execbuffer_move_to_active() to take a request structureJohn Harrison1-1/+1
2015-06-23drm/i915: Add request to execbuf params and add explicit cleanupJohn Harrison1-0/+1
2015-06-23drm/i915: Update alloc_request to return the allocated requestJohn Harrison1-1/+2
2015-06-23drm/i915: Simplify i915_gem_execbuffer_retire_commands() parametersJohn Harrison1-4/+1
2015-06-23drm/i915: Merged the many do_execbuf() parameters into a structureJohn Harrison1-13/+15
2015-06-23drm/i915: i915_add_request must not failJohn Harrison1-3/+3
2015-06-23drm/i915: Reserve ring buffer space for i915_add_request() commandsJohn Harrison1-0/+1
2015-06-22drm/i915: move generic hotplug code into new intel_hotplug.c fileJani Nikula1-2/+7
2015-06-22drm/i915: Make cdclk part of the atomic state.Maarten Lankhorst1-1/+2
2015-06-19drm/i915: Update DRIVER_DATE to 20150619Daniel Vetter1-1/+1
2015-06-15drm/i915: add FBC_ROTATION to enum no_fbc_reasonPaulo Zanoni1-0/+1