summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2018-03-08drm/i915: Kick the rps worker when changing the boost frequencyChris Wilson1-2/+8
2018-02-01Merge tag 'drm-for-v4.16' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-11/+22
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-3/+3
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-3/+3
2017-12-01drm/i915: Remove unsafe i915.enable_rc6Chris Wilson1-1/+12
2017-11-22drm/i915: Convert intel_rc6_residency_us to nsTvrtko Ursulin1-2/+7
2017-11-22drm/i915: Extract intel_get_cagfTvrtko Ursulin1-8/+3
2017-10-11drm/i915: Rename intel_enable_rc6 to intel_rc6_enabledSagar Arun Kamble1-1/+1
2017-10-11drm/i915: Name structure in dev_priv that contains RPS/RC6 state as "gt_pm"Sagar Arun Kamble1-25/+29
2017-10-11drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble1-10/+10
2017-08-03drm/i915: add const to bin_attributeBhumika Goyal1-3/+3
2017-07-07drm/i915/cnl: Inherit RPS stuff from previous platforms.Rodrigo Vivi1-1/+1
2017-07-06drm: i915: sysfs: constify attribute_group structures.Arvind Yadav1-3/+3
2017-06-20drm/i915: Group all the global context information togetherChris Wilson1-1/+1
2017-05-02drm/i915: Do not leak dev_priv->l3_parity.remap_info[]Joonas Lahtinen1-11/+12
2017-04-28drm/i915: Eliminate HAS_HW_CONTEXTSJoonas Lahtinen1-3/+0
2017-03-16drm/i915: Return residency as microsecondsMika Kuoppala1-1/+2
2017-03-16drm/i915: Move residency calculation into intel_pm.cMika Kuoppala1-26/+1
2017-02-14drm/i915: The return of i915_gpu_info to debugfsChris Wilson1-16/+10
2017-01-26drm/i915: Report the failure to write to the punitChris Wilson1-5/+4
2017-01-10drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry1-1/+1
2016-12-14drm/i915: Fix setting of boost freq tunableMika Kuoppala1-1/+1
2016-12-01drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin1-2/+2
2016-10-12drm/i915: Allow disabling error captureChris Wilson1-5/+20
2016-09-02drm/i915: Drop mutex around clearing error stateChris Wilson1-9/+1
2016-08-22drm/i915: i915_sysfs.c cleanupDavid Weinehall1-83/+65
2016-08-22drm/i915: consistent struct device namingDavid Weinehall1-31/+34
2016-07-28drm/i915: Fix up some stray to_i915(dev) after a recent mergeChris Wilson1-1/+1
2016-07-14drm/i915: Remove superfluous powersave work flushingChris Wilson1-38/+14
2016-07-14drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson1-0/+38
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson1-11/+11
2016-06-24drm/i915: No need to wait for idle on L3 remapChris Wilson1-7/+0
2016-05-24drm/i915: Rename struct intel_contextChris Wilson1-1/+1
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson1-5/+4
2016-03-02drm/i915: Hold RPM reference while setting freq limits through sysfsSagar Arun Kamble1-0/+10
2016-01-13drm/i915: use kobj_to_dev()Geliang Tang1-4/+4
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer1-5/+5
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä1-1/+2
2015-09-30drm/i915/bxt: fix RC6 residency time calculationImre Deak1-0/+3
2015-09-30drm/i915: Simplify vlv/chv rc6 residency calculationVille Syrjälä1-28/+3
2015-06-15drm/i915/vlv: fix RC6 residency time calculationImre Deak1-15/+7
2015-03-17drm/i915/skl: Updated the act_freq_mhz_show sysfs functionAkash Goel1-1/+3
2015-02-26drm/i915: Add media rc6 residency file to sysfsVille Syrjälä1-0/+25
2015-02-26drm/i915: Removed the read of RP_STATE_CAP from sysfs/debugfs functionsAkash Goel1-30/+9
2015-02-13drm/i915: Introduce intel_set_rps()Ville Syrjälä1-8/+2
2015-01-27drm/i915: Use intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä1-32/+20
2015-01-27drm/i915: Add gt_act_freq_mhz sysfs fileVille Syrjälä1-1/+34
2015-01-27drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq changeVille Syrjälä1-22/+22
2015-01-27drm/i915: Rename 'reg' to 'clk_reg' to unconfuse it from the other 'reg'Ville Syrjälä1-4/+4
2015-01-27drm/i915: Drop VLV checks from rc6p and rc6pp sysfs filesVille Syrjälä1-4/+0