summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_sysfs.c
AgeCommit message (Expand)Author
2017-01-10drm/i915/glk: Convert a few more IS_BROXTON() to IS_GEN9_LP()Michel Thierry
2016-12-14drm/i915: Fix setting of boost freq tunableMika Kuoppala
2016-12-01drm/i915: Make i915_destroy_error_state take dev_privTvrtko Ursulin
2016-10-12drm/i915: Allow disabling error captureChris Wilson
2016-09-02drm/i915: Drop mutex around clearing error stateChris Wilson
2016-08-22drm/i915: i915_sysfs.c cleanupDavid Weinehall
2016-08-22drm/i915: consistent struct device namingDavid Weinehall
2016-07-28drm/i915: Fix up some stray to_i915(dev) after a recent mergeChris Wilson
2016-07-14drm/i915: Remove superfluous powersave work flushingChris Wilson
2016-07-14drm/i915: Define a separate variable and control for RPS waitboost frequencyChris Wilson
2016-07-04drm/i915: Mass convert dev->dev_private to to_i915(dev)Chris Wilson
2016-06-24drm/i915: No need to wait for idle on L3 remapChris Wilson
2016-05-24drm/i915: Rename struct intel_contextChris Wilson
2016-05-10drm/i915: Use drm_i915_private as the native pointer for intel_uncore.cChris Wilson
2016-03-02drm/i915: Hold RPM reference while setting freq limits through sysfsSagar Arun Kamble
2016-01-13drm/i915: use kobj_to_dev()Geliang Tang
2015-12-10drm/i915: Separate cherryview from valleyviewWayne Boyer
2015-11-18drm/i915: Type safe register read/writeVille Syrjälä
2015-09-30drm/i915/bxt: fix RC6 residency time calculationImre Deak
2015-09-30drm/i915: Simplify vlv/chv rc6 residency calculationVille Syrjälä
2015-06-15drm/i915/vlv: fix RC6 residency time calculationImre Deak
2015-03-17drm/i915/skl: Updated the act_freq_mhz_show sysfs functionAkash Goel
2015-02-26drm/i915: Add media rc6 residency file to sysfsVille Syrjälä
2015-02-26drm/i915: Removed the read of RP_STATE_CAP from sysfs/debugfs functionsAkash Goel
2015-02-13drm/i915: Introduce intel_set_rps()Ville Syrjälä
2015-01-27drm/i915: Use intel_gpu_freq() and intel_freq_opcode()Ville Syrjälä
2015-01-27drm/i915: Add gt_act_freq_mhz sysfs fileVille Syrjälä
2015-01-27drm/i915: Update PMINTRMSK on VLV/CHV after sysfs min/max freq changeVille Syrjälä
2015-01-27drm/i915: Rename 'reg' to 'clk_reg' to unconfuse it from the other 'reg'Ville Syrjälä
2015-01-27drm/i915: Drop VLV checks from rc6p and rc6pp sysfs filesVille Syrjälä
2014-10-24drm/i915: Do not export RC6p and RC6pp if they don't existRodrigo Vivi
2014-09-03drm/i915: Differentiate between LLC or snooped for the userChris Wilson
2014-07-12drm/i915/chv: calculate rc6 residency correctlyMika Kuoppala
2014-07-11drm/i915: Add RP0/RP1/RPn render P state thresholds in VLV sysfsDeepak S
2014-05-22drm/i915: s/i915_hw_context/intel_contextOscar Mateo
2014-05-05drm/i915: get a runtime PM ref for debugfs entries where neededImre Deak
2014-03-20drm/i915: remove rps local variablesBen Widawsky
2014-03-20drm/i915: Remove extraneous MMIO for RPSBen Widawsky
2014-03-20drm/i915: Rename and comment all the RPS *stuff*Ben Widawsky
2014-03-20drm/i915: Fix coding style for RPSBen Widawsky
2014-02-07drm/i915: Update rps interrupt limitsJeff McGee
2013-12-10drm/i915: add some runtime PM get/put callsPaulo Zanoni
2013-11-15Merge branch 'backlight-rework' into drm-intel-next-queuedDaniel Vetter
2013-11-07drm/i915: Initialise min/max frequencies before updating RPS registersChris Wilson
2013-11-07drm/i915: Require HW contexts (when possible)Ben Widawsky
2013-11-06drm/i915: Pass dev_priv to vlv_gpu_freq() and vlv_freq_opcode()Ville Syrjälä
2013-10-25Merge tag 'drm-intel-next-2013-10-18' of git://people.freedesktop.org/~danvet...Dave Airlie
2013-10-22drm/sysfs: sort out minor and connector device object lifetimes.Dave Airlie
2013-10-15drm/i915: abstract the conversion of device->minor out to a macroDave Airlie
2013-10-10drm/i915: Finish enabling rps before use by sysfs or debugfsTom O'Rourke