index
:
sinitax/cachepc-linux
master
Fork of AMDESE/linux with modifications for CachePC side-channel attack
Louis Burda
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/amd/display: Fix LFC multiplier changing erratically
Anthony Koo
2020-08-10
1
-7
/
+29
*
drm/amd/display: Allow asic specific FSFT timing optimization
Reza Amini
2020-08-06
1
-1
/
+4
*
drm/amd/display: Implement AMD VSIF V3
Reza Amini
2020-07-21
1
-0
/
+41
*
drm/amd/display: Send VSIF on unsupported modes on DAL
Jaehyun Chung
2020-07-08
1
-1
/
+1
*
drm/amd/display: Fix incorrect rounding for 10Hz refresh range
Jaehyun Chung
2020-07-02
2
-32
/
+10
*
drm/amd/display: fix compilation error on allmodconfig
Qingqing Zhuo
2020-07-01
1
-5
/
+1
*
drm/amd: add missing fill of the array`s first element
Bernard Zhao
2020-07-01
1
-0
/
+1
*
drm/amd/display: change global buffer to local buffer
Lewis Huang
2020-07-01
5
-57
/
+175
*
drm/amd/display: Use kfree() to free rgb_user in calculate_user_regamma_ramp()
Denis Efremov
2020-07-01
1
-1
/
+1
*
drm/amd/display: Use kvfree() to free coeff in build_regamma()
Denis Efremov
2020-07-01
1
-1
/
+1
*
drm/amd/display: combine public interfaces into single header
Anthony Koo
2020-05-28
1
-1
/
+1
*
drm/amd/display: Fix ABM memory alignment issue
Wyatt Wood
2020-05-28
1
-3
/
+42
*
drm/amd/display: Add bit swap helper based on endianness
Rodrigo Siqueira
2020-05-28
1
-24
/
+26
*
drm/amd/display: Handle persistence in DM
Jaehyun Chung
2020-05-28
1
-1
/
+7
*
drm/amd/display: correct rn NUM_VMID
Dmytro Laktyushkin
2020-05-21
1
-2
/
+5
*
drm/amd/display: move location of dmub_srv.h file
Anthony Koo
2020-05-05
1
-1
/
+0
*
drm/amd/display: remove unused module/stats
Aurabindo Pillai
2020-05-05
1
-448
/
+0
*
drm/amd/display: add addition dc type to translate to dmub fw type
Anthony Koo
2020-05-05
1
-1
/
+1
*
drm/amd/display: Internal refactoring to abstract color caps
Krunoslav Kovac
2020-04-28
2
-7
/
+28
*
drm/amd/display: Convert memory from cpu to fw endianness correctly
Wyatt Wood
2020-04-22
1
-27
/
+31
*
drm/amd/display: Change infopacket type programming
Haiyi Zhou
2020-04-22
3
-10
/
+99
*
drm/amd/display: Check ramp != NULL before applying lut1d for degamma
Nicholas Kazlauskas
2020-04-22
1
-1
/
+1
*
drm/amd/display: Unify psr feature flags
Wyatt Wood
2020-04-22
1
-1
/
+2
*
drm/amd/display: Remove byte swapping for dmcub abm config table
Wyatt Wood
2020-04-22
1
-38
/
+36
*
drm/amd/display: Fix ABM config copy for dmcub
Wyatt Wood
2020-04-09
2
-10
/
+23
*
drm/amd/display: fix typo
Joseph Gravenor
2020-04-09
3
-8
/
+8
*
drm/amd/display: Remove hdcp display state with mst fix
Isabel Zhang
2020-04-09
6
-47
/
+26
*
drm/amd/display: Implement abm config table copy to dmcub
Wyatt Wood
2020-04-09
1
-2
/
+2
*
drm/amd/display: Guard calls to hdcp_ta and dtm_ta
Bhawanpreet Lakha
2020-04-03
1
-167
/
+253
*
drm/amd/display: remove mod_hdcp_hdcp2_get_link_encryption_status()
Bhawanpreet Lakha
2020-04-03
2
-31
/
+0
*
drm/amd/display: Add ABM driver implementation
Wyatt Wood
2020-04-01
1
-5
/
+16
*
drm/amd/display: LFC not working on 2.0x range monitors (v2)
Aric Cyr
2020-03-31
1
-15
/
+19
*
drm/amd/display: Revert change to HDCP display states
Isabel Zhang
2020-03-31
6
-28
/
+49
*
drm/amd/display: differentiate vsc sdp colorimetry use criteria between MST a...
Martin Tsai
2020-03-19
2
-19
/
+4
*
drm/amd/display: remove magic numbers in hdcp_ddc
Wenjing Liu
2020-03-19
1
-6
/
+6
*
drm/amd/display: Remove redundant hdcp display state
Isabel Zhang
2020-03-19
6
-48
/
+27
*
drm/amd/display: fix a minor HDCP logging error
Wenjing Liu
2020-03-09
1
-0
/
+3
*
drm/amd/display: determine rx id list bytes to read based on device count
Wenjing Liu
2020-03-09
1
-4
/
+20
*
drm/amd/display: determine is mst hdcp based on stream instead of sink signal
Wenjing Liu
2020-03-09
3
-8
/
+6
*
drm/amd/display: Add stay count and bstatus to HDCP log
Isabel Zhang
2020-03-09
1
-2
/
+6
*
drm/amd/display: Workaround to do HDCP authentication twice on certain displays
George Shen
2020-03-05
2
-1
/
+5
*
drm/amd/display: Move mod_hdcp_displays to mod_hdcp struct
Isabel Zhang
2020-03-05
3
-32
/
+33
*
drm/amd/display: Fix HDMI repeater authentication
Bhawanpreet Lakha
2020-02-25
1
-2
/
+2
*
drm/amd/display: Only round InfoFrame refresh rates
Aric Cyr
2020-02-25
1
-6
/
+2
*
drm/amd/display: System crashes when add_ptb_to_table() gets called
Peikang Zhang
2020-02-25
1
-6
/
+10
*
drm/amd/display: Fix message for encryption
Bhawanpreet Lakha
2020-02-12
1
-6
/
+1
*
drm/amd/display: fix backwards byte order in rx_caps.
Bhawanpreet Lakha
2020-02-12
1
-2
/
+2
*
drm/amd/display: update HDCP DTM immediately after hardware programming
Wenjing Liu
2020-02-12
8
-110
/
+106
*
drm/amd/display: no hdcp retry if bksv or ksv list is revoked
Wenjing Liu
2020-02-12
5
-3
/
+13
*
drm/amd/display: Handle revoked receivers
Bhawanpreet Lakha
2020-02-12
2
-6
/
+28
[next]