summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2016-01-24drm/i915: Update DRIVER_DATE to 20160124Daniel Vetter1-1/+1
2016-01-21drm/i915: Decouple execbuf uAPI from internal implementationTvrtko Ursulin1-2/+2
2016-01-21drm/i915: abolish separate per-ring default_context pointersDave Gordon1-0/+2
2016-01-21drm/i915: simplify allocation of driver-internal requestsDave Gordon1-3/+3
2016-01-20Revert "drm/i915: Add two-stage ILK-style watermark programming (v10)"Matt Roper1-12/+1
2016-01-18drm/i915: Cache LRC state page in the contextTvrtko Ursulin1-0/+1
2016-01-18drm/i915: Do not call API requiring struct_mutex where it is not availableTvrtko Ursulin1-0/+2
2016-01-14drm/i915: add onoff utility functionJani Nikula1-0/+5
2016-01-11drm/i915: Arm the unclaimed mmio debugs on suspend pathMika Kuoppala1-1/+1
2016-01-11drm/i915: Update DRIVER_DATE to 20160111Daniel Vetter1-1/+1
2016-01-08drm/i915: Do one shot unclaimed mmio detection less frequentlyMika Kuoppala1-0/+3
2016-01-08drm/i915: Introduce intel_uncore_unclaimed_mmioMika Kuoppala1-1/+1
2016-01-07drm/i915: Use plane state for primary plane updates.Maarten Lankhorst1-3/+0
2016-01-07drm/i915: Add two-stage ILK-style watermark programming (v10)Matt Roper1-1/+12
2016-01-06drm/i915: Sanitize watermarks after hardware state readout (v4)Matt Roper1-0/+1
2016-01-05drm/i915/bios: rewrite sequence block parsingJani Nikula1-1/+1
2015-12-22drm/i915: Keep track of the cdclk as if all crtc's were active.Maarten Lankhorst1-1/+1
2015-12-22drm/i915: Do not acquire crtc state to check clock during modeset, v4.Maarten Lankhorst1-0/+5
2015-12-22drm/i915: Compile-time concatenate WARN_ON macro stringsJoonas Lahtinen1-10/+4
2015-12-22drm/i915: Simplify _STATE_ debug macrosJoonas Lahtinen1-10/+5
2015-12-21drm/i915: Decouple struct i915_params i915 into i915_params.hJoonas Lahtinen1-38/+2
2015-12-18drm/i915: Apply broader WaRsDisableCoarsePowerGating for guc alsoMika Kuoppala1-0/+5
2015-12-18drm/i915: Update DRIVER_DATE to 20151218Daniel Vetter1-1/+1
2015-12-18drm/i915: Only spin whilst waiting on the current requestChris Wilson1-8/+19
2015-12-17drm/i915: Set the map-and-fenceable flag for preallocated objectsChris Wilson1-0/+1
2015-12-17drm/i915: add support for checking RPM atomic sectionsImre Deak1-0/+1
2015-12-17drm/i915: add support for checking if we hold an RPM referenceImre Deak1-0/+1
2015-12-17drm/i915/opregion: handle VBT sizes bigger than 6 KBJani Nikula1-0/+1
2015-12-16drm/i915/bios: prefer using dev_priv over dev pointerJani Nikula1-1/+1
2015-12-16drm/i915: move drmP.h include to i915_drv.hJani Nikula1-0/+1
2015-12-16drm/i915/debugfs: add a separate debugfs file for VBTJani Nikula1-0/+1
2015-12-16drm/i915/opregion: make VBT pointer a constJani Nikula1-1/+1
2015-12-16drm/i915: refactor VBT validationJani Nikula1-0/+1
2015-12-16drm/i915/bios: rename intel_parse_bios to intel_bios_initJani Nikula1-0/+3
2015-12-11Merge tag 'drm-i915-get-eld' of tiwai/sound into drm-intel-next-queuedDaniel Vetter1-6/+8
2015-12-11drm/i915: mark GEM object pages dirty when mapped & written by the CPUDave Gordon1-0/+3
2015-12-10drm/i915: Add reverse mapping between port and intel_encoderTakashi Iwai1-0/+2
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-6/+10
2015-12-09drm/i915: Add soft-pinning API for execbufferChris Wilson1-0/+2
2015-12-08drm/i915/kbl: drm/i915: Avoid GuC loading for now on Kabylake.Rodrigo Vivi1-2/+2
2015-12-08drm/i915/kbl: Use propper ddi buffer translation table for Kabylake ULT and ULX.Rodrigo Vivi1-0/+8
2015-12-04drm/i915: Update DRIVER_DATE to 20151204Daniel Vetter1-1/+1
2015-12-04Revert "drm/i915: Extend LRC pinning to cover GPU context writeback"Daniel Vetter1-1/+0
2015-12-03drm/i915: Extend LRC pinning to cover GPU context writebackNick Hoath1-0/+1
2015-12-03drm/i915: kill fbc.uncompressed_sizePaulo Zanoni1-1/+0
2015-12-03drm/i915: use a single intel_fbc_work structPaulo Zanoni1-2/+4
2015-12-03drm/i915: introduce intel_fbc_{enable,disable}Paulo Zanoni1-0/+1
2015-12-03drm/i915: introduce is_active/activate/deactivate to the FBC terminologyPaulo Zanoni1-6/+4
2015-12-03drm/i915: set dev_priv->fbc.crtc before scheduling the enable workPaulo Zanoni1-1/+0
2015-12-02drm/i915: Add HAS_PCH_LPT_H()Ville Syrjälä1-0/+1