index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
dc
/
dce
Age
Commit message (
Expand
)
Author
Lines
2017-12-04
drm/amdgpu: add license to Makefiles
Alex Deucher
-0
/
+21
2017-11-28
drm/amd/display: Bunch of smatch error and warning fixes in DC
Harry Wentland
-5
/
+5
2017-11-28
drm/amd/display: try to find matching audio inst for enc inst first
Charlene Liu
-3
/
+1
2017-11-28
drm/amd/display: fix seq issue: turn on clock before programming afmt.
Charlene Liu
-0
/
+5
2017-11-13
drm/amd/display: fix AZ clock not enabled before program AZ endpoint
Charlene Liu
-2
/
+29
2017-11-07
amdgpu/dc: fix indentation warning from smatch.
Dave Airlie
-21
/
+21
2017-10-21
drm/amd/display: Fix warning about uninitialized variable
Harry Wentland
-1
/
+1
2017-10-21
drm/amd/display: add performance trace macro to dc
Dmytro Laktyushkin
-5
/
+0
2017-10-21
drm/amd/display: rename struct mem_input to hubp for dcn
Yue Hin Lau
-3
/
+0
2017-10-21
drm/amd/display: group DCN watermark registers
Eric Bernstein
-8
/
+11
2017-10-21
drm/amd/display: fix re-enabling stutter for raven
Bhawanpreet Lakha
-0
/
+4
2017-10-21
drm/amd/display: Move power control from link encoder to hwsequencer
Andrew Jiang
-182
/
+15
2017-10-21
drm/amd/display: moving cursor functions from ipp to mem_input
Yue Hin Lau
-0
/
+2
2017-10-21
drm/amd/display: moving backlight registers to hwsequencer
Yue Hin Lau
-108
/
+45
2017-10-21
drm/amd/display: removing remaining register definitions work around
Yue Hin Lau
-15
/
+22
2017-10-21
drm/amd/display: fixing register includes
Yue Hin Lau
-45
/
+44
2017-10-17
drm/amd/display/dc: drop dm_delay_in_microseconds
Alex Deucher
-2
/
+2
2017-10-06
amdgpu/dc: set a bunch of functions to static.
Dave Airlie
-5
/
+4
2017-09-29
amdgpu/dc: make some audio functions return void
Dave Airlie
-12
/
+2
2017-09-29
amdgpu/dc: make program_regamma_pwl return void
Dave Airlie
-4
/
+2
2017-09-29
amdgpu/dc: make get_audio_clock_info return void.
Dave Airlie
-41
/
+34
2017-09-29
amdgpu/dc: make dce transform constructor void
Dave Airlie
-4
/
+2
2017-09-29
amdgpu/dc: make opp construct void.
Dave Airlie
-4
/
+2
2017-09-29
amdgpu/dc: make link encoder construct void.
Dave Airlie
-4
/
+2
2017-09-29
amdgpu/dc: make stream encoder constructor return void.
Dave Airlie
-9
/
+2
2017-09-29
amdgpu/dc: constify a bunch of dc structs.
Dave Airlie
-4
/
+4
2017-09-28
amdgpu/dc: move filter taps to being static const data (v2)
Dave Airlie
-35
/
+45
2017-09-28
drm/amd/display: Use kernel alloc/free
Harry Wentland
-20
/
+22
2017-09-26
drm/amd/display: Restore missing DCE8 xfm regs
Harry Wentland
-0
/
+10
2017-09-26
drm/amd/display: only polling VSync Phase within VSync peroroid
Charlene Liu
-12
/
+15
2017-09-26
drm/amd/display: Rename dc validate_context and current_context
Jerry Zuo
-2
/
+2
2017-09-26
drm/amd/display: Block 6Ghz timing if SBIOS set HDMI_6G_en to 0
Charlene Liu
-0
/
+4
2017-09-26
drm/amd/display: fix hubp mpcc and opp tracking
Dmytro Laktyushkin
-0
/
+2
2017-09-26
drm/amd/display: fix not enter/exit PSR with latest driver/SBIOS
Charlene Liu
-2
/
+6
2017-09-26
drm/amd/display: move vm registers to hwsequencer
Yue Hin Lau
-2
/
+50
2017-09-26
drm/amd/display: eDP power sequence T9 fail
Charlene Liu
-1
/
+1
2017-09-26
drm/amd/display: Use MAX_PIPES for DTO reg arrays
Dmytro Laktyushkin
-3
/
+3
2017-09-26
drm/amd/display: Flattening core_dc to dc
Bhawanpreet Lakha
-12
/
+9
2017-09-26
drm/amd/display: Use function pointer for update_plane_addr
Dmytro Laktyushkin
-0
/
+1
2017-09-26
drm/amd/display: fix eDP bootup/S4 backlight on
Charlene Liu
-8
/
+16
2017-09-26
drm/amd/display: add display write back(DWB)
Duke Du
-1
/
+94
2017-09-26
drm/amd/display: fix gamma distortion on Vega
Roman Li
-0
/
+3
2017-09-26
drm/amd/display/dc: add DCE_VERSION for DCE8 APUs
Alex Deucher
-0
/
+6
2017-09-26
drm/amd/display/dc: add DIGG for KV
Alex Deucher
-0
/
+6
2017-09-26
drm/amd/display: use some sensible time out
Tony Cheng
-7
/
+8
2017-09-26
drm/amd/display: implement DXGI Gamma Ramps
Anthony Koo
-4
/
+10
2017-09-26
drm/amd/display: remove remaining DCN1 guard
Kenny Tsao
-10
/
+0
2017-09-26
drm/amd/display: Move TG to stream_res
Harry Wentland
-1
/
+1
2017-09-26
drm/amd/display: Rename more dc_surface stuff to plane_state
Harry Wentland
-3
/
+3
2017-09-26
drm/amd/display: Rename dc_stream to dc_stream_state
Harry Wentland
-2
/
+2
[next]