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
Age
Commit message (
Expand
)
Author
Lines
2018-01-02
drm/amd/display: call set csc_default if enable adjustment is false
Yue Hin Lau
-6
/
+6
2017-12-15
drm/amd/display: fix missing pixel clock adjustment for dongle
Eric Yang
-1
/
+3
2017-12-15
drm/amd/display: set chroma taps to 1 when not scaling
Dmytro Laktyushkin
-5
/
+13
2017-12-15
drm/amd/display: add pipe locking before front end programing
Bhawanpreet Lakha
-5
/
+21
2017-12-04
drm/amdgpu: add license to files where it was missing
Alex Deucher
-3
/
+137
2017-12-04
drm/amdgpu: add license to Makefiles
Alex Deucher
-1
/
+337
2017-11-28
drm/amd/display: USB-C / thunderbolt dock specific workaround
Hersen Wu
-45
/
+40
2017-11-28
drm/amd/display: Fix couple more inconsistent NULL checks in dc_resource
Harry Wentland
-2
/
+7
2017-11-28
drm/amd/display: Fix potential NULL and mem leak in create_links
Harry Wentland
-4
/
+10
2017-11-28
drm/amd/display: Fix hubp check in set_cursor_position
Harry Wentland
-12
/
+4
2017-11-28
drm/amd/display: Fix use before NULL check in validate_timing
Harry Wentland
-4
/
+4
2017-11-28
drm/amd/display: Bunch of smatch error and warning fixes in DC
Harry Wentland
-9
/
+16
2017-11-28
drm/amd/display: try to find matching audio inst for enc inst first
Charlene Liu
-5
/
+8
2017-11-28
drm/amd/display: fix seq issue: turn on clock before programming afmt.
Charlene Liu
-12
/
+15
2017-11-28
drm/amd/display: fix memory leaks on error exit return
Colin Ian King
-5
/
+7
2017-11-28
drm/amd/display: check plane state before validating fbc
Shirish S
-0
/
+4
2017-11-28
drm/amd/display: Revert noisy assert messages
Jordan Lazare
-4
/
+0
2017-11-28
drm/amd/display: fix split viewport rounding error
Dmytro Laktyushkin
-6
/
+8
2017-11-28
drm/amd/display: fix split recout offset
Dmytro Laktyushkin
-2
/
+2
2017-11-28
drm/amd/display: Don't reject 3D timings
Andrew Jiang
-3
/
+0
2017-11-28
drm/amd/display: Handle as MST first and then DP dongle if sink support both
Hersen Wu
-16
/
+16
2017-11-28
drm/amd/display: fix split recout calculation
Dmytro Laktyushkin
-5
/
+3
2017-11-28
drm/amd/display: Add timing validation against dongle cap
Eric Yang
-3
/
+91
2017-11-28
drm/amd/display: Should disable when new stream is null
Leo (Sunpeng) Li
-2
/
+4
2017-11-28
drm/amd/display: Add null check for 24BPP (xfm and dpp)
Bhawanpreet Lakha
-6
/
+12
2017-11-14
drm/amd/display: fix MST link training fail division by 0
Eric Yang
-2
/
+4
2017-11-14
drm/amd/display: Fix formatting for null pointer dereference fix
Harry Wentland
-1
/
+1
2017-11-14
drm/amd/display: Remove dangling planes on dc commit state
Leo (Sunpeng) Li
-2
/
+35
2017-11-14
drm/amd/display: add flip_immediate to commit update for stream
Bhawanpreet Lakha
-1
/
+4
2017-11-13
drm/amd/display: use num_timing_generator instead of pipe_count
Ken Chalmers
-1
/
+1
2017-11-13
drm/amd/display: fix AZ clock not enabled before program AZ endpoint
Charlene Liu
-2
/
+29
2017-11-08
amd/display: Fix potential null dereference in dce_calcs.c
Ernst Sjöstrand
-0
/
+2
2017-11-07
amdgpu/dc: fix more indentation warnings
Ernst Sjöstrand
-1
/
+1
2017-11-07
amdgpu/dc: handle allocation failures in dc_commit_planes_to_stream.
Dave Airlie
-0
/
+8
2017-11-07
amdgpu/dc: fix indentation warning from smatch.
Dave Airlie
-69
/
+68
2017-11-07
amdgpu/dc: fix non-ansi function decls.
Dave Airlie
-6
/
+6
2017-11-07
drm/amd/display: remove some unneeded code
Dan Carpenter
-3
/
+0
2017-11-07
drm/amd/display: small cleanup in destruct()
Dan Carpenter
-4
/
+2
2017-11-02
drm/amdgpu/display: fix integer arithmetic problem
Arnd Bergmann
-1
/
+1
2017-11-02
drm/amdgpu/display: remove unused REG_OFFSET macro
Arnd Bergmann
-3
/
+0
2017-11-02
drm/amdgpu/display: provide ASSERT macros unconditionally
Arnd Bergmann
-4
/
+0
2017-11-02
drm/amd/display: Read resource_straps from registers for DCE12
Leo (Sunpeng) Li
-6
/
+13
2017-11-02
drm/amd/display: fix null pointer dereference
Shirish S
-1
/
+1
2017-11-02
drm/amd/display: Use constants from atom.h for HDMI caps read
Andrew Jiang
-3
/
+3
2017-10-27
drm/amd/display: Fix no display on Fiji
Jerry Zuo
-10
/
+9
2017-10-21
drm/amd/display:: Fix NULL pointer in Raven hotplug
Jerry (Fangzhi) Zuo
-7
/
+0
2017-10-21
amdgpu/dc: inline dml_round_to_multiple
Dave Airlie
-21
/
+19
2017-10-21
amdgpu/dc: drop dml_util_is_420
Dave Airlie
-34
/
+0
2017-10-21
drm/amd/display: Add bunch of missing license headers in DML
Harry Wentland
-3
/
+46
2017-10-21
amdgpu/dc: inline a bunch of the dml wrappers.
Harry Wentland
-80
/
+110
[next]