aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_pm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | | drm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM/945GMVille Syrjälä2016-08-021-0/+3
* | | | drm/i915: Protect older gen against intel_gt_init_powersave()Chris Wilson2016-08-021-1/+1
* | | | drm/i915: Never fully mask the the EI up rps interrupt on SNB/IVBVille Syrjälä2016-07-281-1/+2
* | | | Revert "drm/i915: Enable RC6 immediately"Chris Wilson2016-07-211-2/+94
* | | | drm/i915: Enable RC6 immediatelyChris Wilson2016-07-211-94/+2
* | | | drm/i915: Rename drm_gem_object_unreference_unlocked in preparation for lockl...Chris Wilson2016-07-201-1/+1
* | | | drm/i915: Rename request reference/unreference to get/putChris Wilson2016-07-201-3/+2
* | | | drm/i915: Disable waitboosting for mmioflips/semaphoresChris Wilson2016-07-201-2/+0
* | | | drm/i915: Hide gen6_update_ring_freq()Chris Wilson2016-07-141-14/+4
* | | | drm/i915: Defer enabling rc6 til after we submit the first batch/contextChris Wilson2016-07-141-52/+84
* | | | drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson2016-07-141-1/+4
* | | | drm/i915: Move overclocking detection to alongside RPS frequency detectionChris Wilson2016-07-141-9/+15
* | | | drm/i915: Perform static RPS frequency setup before userspaceChris Wilson2016-07-141-67/+31
* | | | drm/i915: Preserve current RPS frequency across initChris Wilson2016-07-141-26/+20
|/ / /
* | | drm/i915: Convert dev_priv->dev backpointers to dev_priv->drmChris Wilson2016-07-051-14/+15
* | | drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson2016-07-041-55/+55
* | | drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson2016-07-041-1/+10
* | | drm/i915: Only start retire worker when idleChris Wilson2016-07-041-1/+1
* | | drm/915: Fix long lines and random indent in gen6_set_rps_thresholds()Chris Wilson2016-07-021-16/+22
* | | drm/i915: Spin after waking up for an interruptChris Wilson2016-07-011-2/+2
* | | drm/i915/bxt: Fix sanity check for BIOS RC6 setupImre Deak2016-07-011-5/+25
* | | drm/i915: Fix log type for RC6 debug messagesImre Deak2016-07-011-12/+14
* | | drm/i915: Convert sandybridge_pcode_*() to use intel_wait_for_register()Chris Wilson2016-06-301-15/+28
* | | drm/i915/gen9: Re-allocate DDB only for changed pipesMatt Roper2016-06-281-1/+14
* | | drm/i915: Set softmin frequency on idle->busy transitionMichał Winiarski2016-06-211-0/+6
* | | drm/i915/gen9: Add WaFbcHighMemBwCorruptionAvoidanceMika Kuoppala2016-06-081-0/+4
* | | drm/i195/fbc: Add WaFbcNukeOnHostModifyMika Kuoppala2016-06-081-0/+8
* | | drm/i915/gen9: Add WaFbcWakeMemOnMika Kuoppala2016-06-081-2/+4
* | | drm/i915/gen9: Add WaFbcTurnOffFbcWatermarkMika Kuoppala2016-06-081-0/+4
* | | drm/i915/gen9: Add WaEnableChickenDCPRMika Kuoppala2016-06-081-0/+4
* | | drm/i915/skl: Add WAC6entrylatencyMika Kuoppala2016-06-081-0/+6
* | | drm/i915/kbl: Add WaDisableGamClockGatingMika Kuoppala2016-06-081-0/+5
* | | drm/i915/gen9: Enable must set chicken bits in config0 regMika Kuoppala2016-06-081-10/+14
* | | drm/i915/edp: Add WaKVMNotificationOnConfigChange:bdwMika Kuoppala2016-06-081-0/+4
* | | drm/i915/kbl: Add WaDisableSDEUnitClockGatingMika Kuoppala2016-06-081-2/+16
* | | drm/i915/skl+: Use scaling amount for plane data rate calculation (v4)Kumar, Mahesh2016-06-011-4/+9
* | | drm/i915/skl+: calculate plane pixel rate (v4)Kumar, Mahesh2016-06-011-3/+70
* | | drm/i915/skl+: calculate ddb minimum allocation (v6)Kumar, Mahesh2016-06-011-5/+65
* | | drm/i915: Don't try to calculate relative data rates during hw readoutMatt Roper2016-06-011-18/+0
* | | drm/i915/guc: distinguish HAS_GUC() from HAS_GUC_UCODE/HAS_GUC_SCHEDDave Gordon2016-05-231-1/+1
* | | drm/i915/psr: Implement PSR2 w/a for gen9Daniel Vetter2016-05-201-2/+15
* | | drm/i915: Don't leave old junk in ilk active watermarks on readoutVille Syrjälä2016-05-131-0/+2
* | | drm/i915/gen9: Reject display updates that exceed wm limitations (v2)Matt Roper2016-05-131-1/+16
* | | drm/i915/gen9: Calculate watermarks during atomic 'check' (v2)Matt Roper2016-05-131-88/+52
* | | drm/i915/gen9: Propagate watermark calculation failures up the call chainMatt Roper2016-05-131-34/+56
* | | drm/i915/gen9: Use a bitmask to track dirty pipe watermarksMatt Roper2016-05-131-5/+5
* | | drm/i915/gen9: Allow watermark calculation on in-flight atomic state (v3)Matt Roper2016-05-131-13/+48
* | | drm/i915/gen9: Calculate plane WM's from stateMatt Roper2016-05-131-8/+8
* | | drm/i915/gen9: Drop re-allocation of DDB at atomic commit (v2)Matt Roper2016-05-131-158/+66
* | | drm/i915/gen9: Compute DDB allocation at atomic check time (v4)Matt Roper2016-05-131-0/+79