| Commit message (Expand) | Author | Age | Files | Lines |
* | drm/i915: Kick the rps worker when changing the boost frequency | Chris Wilson | 2018-03-12 | 1 | -2/+8 |
* | Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2018-02-01 | 1 | -11/+22 |
|\ |
|
| * | drm/i915: Remove unsafe i915.enable_rc6 | Chris Wilson | 2017-12-01 | 1 | -1/+12 |
| * | drm/i915: Convert intel_rc6_residency_us to ns | Tvrtko Ursulin | 2017-11-22 | 1 | -2/+7 |
| * | drm/i915: Extract intel_get_cagf | Tvrtko Ursulin | 2017-11-22 | 1 | -8/+3 |
* | | treewide: Use DEVICE_ATTR_RO | Joe Perches | 2018-01-09 | 1 | -3/+3 |
* | | treewide: Use DEVICE_ATTR_RW | Joe Perches | 2018-01-09 | 1 | -3/+3 |
|/ |
|
* | drm/i915: Rename intel_enable_rc6 to intel_rc6_enabled | Sagar Arun Kamble | 2017-10-11 | 1 | -1/+1 |
* | drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm" | Sagar Arun Kamble | 2017-10-11 | 1 | -25/+29 |
* | drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock | Sagar Arun Kamble | 2017-10-11 | 1 | -10/+10 |
* | drm/i915: add const to bin_attribute | Bhumika Goyal | 2017-08-03 | 1 | -3/+3 |
* | drm/i915/cnl: Inherit RPS stuff from previous platforms. | Rodrigo Vivi | 2017-07-07 | 1 | -1/+1 |
* | drm: i915: sysfs: constify attribute_group structures. | Arvind Yadav | 2017-07-06 | 1 | -3/+3 |
* | drm/i915: Group all the global context information together | Chris Wilson | 2017-06-20 | 1 | -1/+1 |
* | drm/i915: Do not leak dev_priv->l3_parity.remap_info[] | Joonas Lahtinen | 2017-05-02 | 1 | -11/+12 |
* | drm/i915: Eliminate HAS_HW_CONTEXTS | Joonas Lahtinen | 2017-04-28 | 1 | -3/+0 |
* | drm/i915: Return residency as microseconds | Mika Kuoppala | 2017-03-16 | 1 | -1/+2 |
* | drm/i915: Move residency calculation into intel_pm.c | Mika Kuoppala | 2017-03-16 | 1 | -26/+1 |
* | drm/i915: The return of i915_gpu_info to debugfs | Chris Wilson | 2017-02-14 | 1 | -16/+10 |
* | drm/i915: Report the failure to write to the punit | Chris Wilson | 2017-01-26 | 1 | -5/+4 |
* | drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP() | Michel Thierry | 2017-01-10 | 1 | -1/+1 |
* | drm/i915: Fix setting of boost freq tunable | Mika Kuoppala | 2016-12-14 | 1 | -1/+1 |
* | drm/i915: Make i915_destroy_error_state take dev_priv | Tvrtko Ursulin | 2016-12-01 | 1 | -2/+2 |
* | drm/i915: Allow disabling error capture | Chris Wilson | 2016-10-12 | 1 | -5/+20 |
* | drm/i915: Drop mutex around clearing error state | Chris Wilson | 2016-09-02 | 1 | -9/+1 |
* | drm/i915: i915_sysfs.c cleanup | David Weinehall | 2016-08-22 | 1 | -83/+65 |
* | drm/i915: consistent struct device naming | David Weinehall | 2016-08-22 | 1 | -31/+34 |
* | drm/i915: Fix up some stray to_i915(dev) after a recent merge | Chris Wilson | 2016-07-28 | 1 | -1/+1 |
* | drm/i915: Remove superfluous powersave work flushing | Chris Wilson | 2016-07-14 | 1 | -38/+14 |
* | drm/i915: Define a separate variable and control for RPS waitboost frequency | Chris Wilson | 2016-07-14 | 1 | -0/+38 |
* | drm/i915: Mass convert dev->dev_private to to_i915(dev) | Chris Wilson | 2016-07-04 | 1 | -11/+11 |
* | drm/i915: No need to wait for idle on L3 remap | Chris Wilson | 2016-06-24 | 1 | -7/+0 |
* | drm/i915: Rename struct intel_context | Chris Wilson | 2016-05-24 | 1 | -1/+1 |
* | drm/i915: Use drm_i915_private as the native pointer for intel_uncore.c | Chris Wilson | 2016-05-10 | 1 | -5/+4 |
* | drm/i915: Hold RPM reference while setting freq limits through sysfs | Sagar Arun Kamble | 2016-03-02 | 1 | -0/+10 |
* | drm/i915: use kobj_to_dev() | Geliang Tang | 2016-01-13 | 1 | -4/+4 |
* | drm/i915: Separate cherryview from valleyview | Wayne Boyer | 2015-12-10 | 1 | -5/+5 |
* | drm/i915: Type safe register read/write | Ville Syrjälä | 2015-11-18 | 1 | -1/+2 |
* | drm/i915/bxt: fix RC6 residency time calculation | Imre Deak | 2015-09-30 | 1 | -0/+3 |
* | drm/i915: Simplify vlv/chv rc6 residency calculation | Ville Syrjälä | 2015-09-30 | 1 | -28/+3 |
* | drm/i915/vlv: fix RC6 residency time calculation | Imre Deak | 2015-06-15 | 1 | -15/+7 |
* | drm/i915/skl: Updated the act_freq_mhz_show sysfs function | Akash Goel | 2015-03-17 | 1 | -1/+3 |
* | drm/i915: Add media rc6 residency file to sysfs | Ville Syrjälä | 2015-02-26 | 1 | -0/+25 |
* | drm/i915: Removed the read of RP_STATE_CAP from sysfs/debugfs functions | Akash Goel | 2015-02-26 | 1 | -30/+9 |
* | drm/i915: Introduce intel_set_rps() | Ville Syrjälä | 2015-02-13 | 1 | -8/+2 |
* | drm/i915: Use intel_gpu_freq() and intel_freq_opcode() | Ville Syrjälä | 2015-01-27 | 1 | -32/+20 |
* | drm/i915: Add gt_act_freq_mhz sysfs file | Ville Syrjälä | 2015-01-27 | 1 | -1/+34 |
* | drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq change | Ville Syrjälä | 2015-01-27 | 1 | -22/+22 |
* | drm/i915: Rename 'reg' to 'clk_reg' to unconfuse it from the other 'reg' | Ville Syrjälä | 2015-01-27 | 1 | -4/+4 |
* | drm/i915: Drop VLV checks from rc6p and rc6pp sysfs files | Ville Syrjälä | 2015-01-27 | 1 | -4/+0 |