aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_sideband.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-28drm/i915: dgfx cards need to wait on pcode's uncore init doneBadal Nilawar1-4/+9
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-1/+1
2020-12-02drm/i915: remove last traces of I915_READ(), I915_WRITE() and POSTING_READ()Jani Nikula1-2/+2
2020-10-05drm/i915/dg1: Wait for pcode/uncore handshake at startupMatt Roper1-0/+15
2020-09-11drm/i915: Nuke dpio_phy_iosf_port[]Ville Syrjälä1-2/+14
2020-05-05drm/i915: Added required new PCode commandsStanislav Lisovskiy1-0/+2
2020-05-04drm/i915: Allow some leniency in PCU readsChris Wilson1-1/+1
2020-04-21drm/i915: drop a bunch of superfluous inlinesJani Nikula1-2/+2
2020-04-01Merge tag 'drm-next-2020-04-01' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-3/+8
2020-02-14drm: i915: Call cpu_latency_qos_*() instead of pm_qos_*()Rafael J. Wysocki1-2/+3
2020-01-22drm/i915: Make WARN* drm specific where drm_priv ptr is availablePankaj Bharadiya1-3/+4
2020-01-14drm/i915/gen11: Add additional pcode status valuesMatt Roper1-0/+4
2020-01-10drm/i915/sideband: convert to using new struct drm_device logging macrosWambui Karuga1-12/+17
2019-08-07drm/i915: remove unnecessary includes of intel_display_types.h headerJani Nikula1-2/+0
2019-08-07drm/i915: rename intel_drv.h to display/intel_display_types.hJani Nikula1-2/+2
2019-05-27drm/i915: Make sandybridge_pcode_read() deal with the second data registerVille Syrjälä1-6/+9
2019-04-26drm/i915: Move sandybride pcode access to intel_sideband.cChris Wilson1-0/+196
2019-04-26drm/i915: Merge sbi read/write into a single accessorChris Wilson1-56/+38
2019-04-26drm/i915: Separate sideband declarations to intel_sideband.hChris Wilson1-0/+2
2019-04-26drm/i915: Replace pcu_lock with sb_lockChris Wilson1-4/+0
2019-04-26drm/i915: Lift sideband locking for vlv_punit_(read|write)Chris Wilson1-16/+2
2019-04-26drm/i915: Lift acquiring the vlv punit magic to a common sb-getChris Wilson1-16/+29
2019-04-26drm/i915: Disable preemption and sleeping while using the punit sidebandChris Wilson1-71/+132
2019-03-26drm/i915: switch intel_wait_for_register to uncoreDaniele Ceraolo Spurio1-6/+6
2017-10-11drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lockSagar Arun Kamble1-3/+3
2017-02-27drm/i915: Distinguish between timeout and error in sideband transactionsChris Wilson1-4/+16
2017-01-26drm/i915: Also clear the punit's PDATA sideband registerChris Wilson1-3/+1
2017-01-26drm/i915: Report the failure to write to the punitChris Wilson1-3/+7
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-2/+5
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-2/+3
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-2/+5
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-2/+3
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-1/+3
2016-06-30drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()Chris Wilson1-1/+3
2016-02-04drm/i915: Extend gpio read/write to other coresDeepak M1-4/+5
2016-02-04drm/i915/vlv: drop unused vlv_gps_core_read/write functionsJani Nikula1-14/+0
2015-05-28drm/i915: s/dpio_lock/sb_lock/Ville Syrjälä1-9/+9
2015-02-09drm/i915: Correct the IOSF Dev_FN field for IOSF transfersShobhit Kumar1-13/+13
2015-01-27drm/i915: Increase the range of sideband address.Deepak S1-2/+2
2014-05-19drm/i915: vlv/chv: fix DSI sideband register accessingImre Deak1-2/+2
2014-05-19drm/i915: rename IOSF sideband opcodes according to the specImre Deak1-21/+30
2014-04-03drm/i915: Warn when DPIO read returns 0xffffffffVille Syrjälä1-0/+8
2013-12-11drm/i915: Use FLISDSI interface for band gap resetShobhit Kumar1-0/+14
2013-11-11drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centricChon Ming Lee1-11/+2
2013-11-05drm/i915: add bunit read/write routinesJesse Barnes1-0/+16
2013-10-11drm/i915/vlv: add doc names to sideband fileJesse Barnes1-1/+4
2013-09-05drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2Chon Ming Lee1-5/+13
2013-09-04drm/i915: add more VLV IOSF sideband ports accessorsJani Nikula1-0/+56
2013-05-23drm/i915: change VLV IOSF sideband accessors to not return error codeJani Nikula1-17/+13
2013-05-23drm/i915: rename VLV IOSF sideband functions logicallyJani Nikula1-5/+5