summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_drv.h
AgeCommit message (Expand)AuthorFilesLines
2016-04-18drm/i915/skl: Fix rc6 based gpu/system hangMika Kuoppala1-2/+3
2016-02-29drm/i915: Update DRIVER_DATE to 20160229Daniel Vetter1-1/+1
2016-02-26drm/i915: Reduce the pointer dance of i915_is_ggtt()Chris Wilson1-7/+0
2016-02-22drm/i915: Add for_each_pipe_masked()Ville Syrjälä1-0/+3
2016-02-22drm/i915/gen9: Check for DC state mismatchPatrik Jakobsson1-0/+1
2016-02-16drm/i915: Use atomic helpers for suspend, v2.Maarten Lankhorst1-0/+1
2016-02-15Revert "drm/i915: fix context/engine cleanup order"Daniel Vetter1-1/+1
2016-02-15drm/i915: Update DRIVER_DATE to 20160214Daniel Vetter1-1/+1
2016-02-10drm/i915: fix context/engine cleanup orderNick Hoath1-1/+1
2016-02-04drm/i915: Extend gpio read/write to other coresDeepak M1-2/+2
2016-02-04drm/i915/vlv: drop unused vlv_gps_core_read/write functionsJani Nikula1-2/+0
2016-02-04drm/i915/fbc: unexport the HW level activation functionsPaulo Zanoni1-4/+0
2016-02-03drm/i915: Allow i915_gem_object_get_page() on userptr as wellChris Wilson1-0/+4
2016-02-01drm/i915: Add PSR main link standby support backRodrigo Vivi1-0/+1
2016-01-29drm/i915/fbc: don't store/check a pointer to the FBPaulo Zanoni1-1/+0
2016-01-29drm/i915/fbc: don't store the fb_id on reg_paramsPaulo Zanoni1-2/+0
2016-01-29drm/i915/fbc: rewrite the multiple_pipes_ok() code for lockingPaulo Zanoni1-0/+1
2016-01-29drm/i915/fbc: introduce struct intel_fbc_state_cachePaulo Zanoni1-0/+23
2016-01-29drm/i915/fbc: replace frequent dev_priv->fbc.x with fbc->xPaulo Zanoni1-2/+2
2016-01-29drm/i915/fbc: introduce struct intel_fbc_reg_paramsPaulo Zanoni1-3/+19
2016-01-29drm/i915/fbc: wait for a vblank instead of 50ms when enablingPaulo Zanoni1-1/+1
2016-01-27drm/i915: Sanitize i915_gem_load() init and clean-upImre Deak1-1/+2
2016-01-27drm/i915: Sanitize GEM shrinker init and clean-upImre Deak1-0/+1
2016-01-27Revert "drm/i915: Fix context/engine cleanup order"Daniel Vetter1-1/+1
2016-01-25drm/i915: Fix context/engine cleanup orderNick Hoath1-1/+1
2016-01-25drm/i915/gen9: Add framework to whitelist specific GPU registersArun Siluvery1-1/+8
2016-01-25drm/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