index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
intel_sideband.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-08-07
drm/i915: remove unnecessary includes of intel_display_types.h header
Jani Nikula
1
-2
/
+0
2019-08-07
drm/i915: rename intel_drv.h to display/intel_display_types.h
Jani Nikula
1
-2
/
+2
2019-05-27
drm/i915: Make sandybridge_pcode_read() deal with the second data register
Ville Syrjälä
1
-6
/
+9
2019-04-26
drm/i915: Move sandybride pcode access to intel_sideband.c
Chris Wilson
1
-0
/
+196
2019-04-26
drm/i915: Merge sbi read/write into a single accessor
Chris Wilson
1
-56
/
+38
2019-04-26
drm/i915: Separate sideband declarations to intel_sideband.h
Chris Wilson
1
-0
/
+2
2019-04-26
drm/i915: Replace pcu_lock with sb_lock
Chris Wilson
1
-4
/
+0
2019-04-26
drm/i915: Lift sideband locking for vlv_punit_(read|write)
Chris Wilson
1
-16
/
+2
2019-04-26
drm/i915: Lift acquiring the vlv punit magic to a common sb-get
Chris Wilson
1
-16
/
+29
2019-04-26
drm/i915: Disable preemption and sleeping while using the punit sideband
Chris Wilson
1
-71
/
+132
2019-03-26
drm/i915: switch intel_wait_for_register to uncore
Daniele Ceraolo Spurio
1
-6
/
+6
2017-10-11
drm/i915: Move rps.hw_lock to dev_priv and s/hw_lock/pcu_lock
Sagar Arun Kamble
1
-3
/
+3
2017-02-27
drm/i915: Distinguish between timeout and error in sideband transactions
Chris Wilson
1
-4
/
+16
2017-01-26
drm/i915: Also clear the punit's PDATA sideband register
Chris Wilson
1
-3
/
+1
2017-01-26
drm/i915: Report the failure to write to the punit
Chris Wilson
1
-3
/
+7
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-2
/
+5
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-2
/
+3
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-2
/
+5
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-2
/
+3
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-1
/
+3
2016-06-30
drm/i915: Convert wait_for(I915_READ(reg)) to intel_wait_for_register()
Chris Wilson
1
-1
/
+3
2016-02-04
drm/i915: Extend gpio read/write to other cores
Deepak M
1
-4
/
+5
2016-02-04
drm/i915/vlv: drop unused vlv_gps_core_read/write functions
Jani Nikula
1
-14
/
+0
2015-05-28
drm/i915: s/dpio_lock/sb_lock/
Ville Syrjälä
1
-9
/
+9
2015-02-09
drm/i915: Correct the IOSF Dev_FN field for IOSF transfers
Shobhit Kumar
1
-13
/
+13
2015-01-27
drm/i915: Increase the range of sideband address.
Deepak S
1
-2
/
+2
2014-05-19
drm/i915: vlv/chv: fix DSI sideband register accessing
Imre Deak
1
-2
/
+2
2014-05-19
drm/i915: rename IOSF sideband opcodes according to the spec
Imre Deak
1
-21
/
+30
2014-04-03
drm/i915: Warn when DPIO read returns 0xffffffff
Ville Syrjälä
1
-0
/
+8
2013-12-11
drm/i915: Use FLISDSI interface for band gap reset
Shobhit Kumar
1
-0
/
+14
2013-11-11
drm/i915/vlv: Make the vlv_dpio_read/vlv_dpio_write more PHY centric
Chon Ming Lee
1
-11
/
+2
2013-11-05
drm/i915: add bunit read/write routines
Jesse Barnes
1
-0
/
+16
2013-10-11
drm/i915/vlv: add doc names to sideband file
Jesse Barnes
1
-1
/
+4
2013-09-05
drm/i915: Add additional pipe parameter for vlv_dpio_read and vlv_dpio_write. v2
Chon Ming Lee
1
-5
/
+13
2013-09-04
drm/i915: add more VLV IOSF sideband ports accessors
Jani Nikula
1
-0
/
+56
2013-05-23
drm/i915: change VLV IOSF sideband accessors to not return error code
Jani Nikula
1
-17
/
+13
2013-05-23
drm/i915: rename VLV IOSF sideband functions logically
Jani Nikula
1
-5
/
+5
2013-05-23
drm/i915: refactor VLV IOSF sideband accessors to use one helper
Jani Nikula
1
-52
/
+50
2013-05-23
drm/i915: group sideband register accessors to a new file
Jani Nikula
1
-0
/
+183