index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
dc
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2018-02-19
drm/amd/display: Pass signal directly to enable_tmds_output
Harry Wentland
1
-2
/
+1
2018-02-19
drm/amd/display: Move MAX_TMDS_CLOCK define to header
Harry Wentland
1
-3
/
+0
2018-02-19
drm/amd/display: disable eDP backlight for extend monitor only reboot use case.
Yongqiang Sun
1
-1
/
+27
2018-02-19
drm/amd/display: Prevent master programming in multisync
Mikita Lipski
1
-1
/
+3
2018-02-19
drm/amd/display: cleanup after FBC init rework
Roman Li
1
-3
/
+0
2018-02-19
drm/amd/display: PME sw wa to support waking AZ D3
Charlene Liu
1
-0
/
+12
2017-12-20
drm/amd/display: check for null before calling is_blanked
Yue Hin Lau
1
-2
/
+2
2017-12-20
drm/amd/display: fix 180 full screen pipe split
Dmytro Laktyushkin
1
-10
/
+4
2017-12-20
drm/amd/display: Use the maximum link setting which EDP reported.
Hugo Hu
1
-0
/
+6
2017-12-20
drm/amd/display: fix rotated surface scaling
Dmytro Laktyushkin
1
-32
/
+29
2017-12-20
drm/amd/display: Fix check for whether dmcu fw is running
Anthony Koo
1
-2
/
+9
2017-12-20
drm/amd/display: Declare and share color space types for dcn's
Vitaly Prosyak
1
-0
/
+145
2017-12-20
drm/amd/display: Print type if we get wrong ObjectID from bios
Harry Wentland
1
-2
/
+3
2017-12-14
drm/amd/display: Move wait for hpd ready out from edp power control.
Yongqiang Sun
2
-11
/
+25
2017-12-14
drm/amd/display: fix missing pixel clock adjustment for dongle
Eric Yang
1
-1
/
+3
2017-12-14
drm/amd/display: Cache cursor position.
Yongqiang Sun
1
-0
/
+2
2017-12-14
drm/amd/display: fix recout_skip calculation when rotating 180 or 270
Yongqiang Sun
1
-34
/
+60
2017-12-14
drm/amd/display: CNVC pseudocode review follow up
Yue Hin Lau
1
-1
/
+1
2017-12-14
drm/amd/display: Add dcc_change surface update flag
Andrew Jiang
1
-0
/
+5
2017-12-14
drm/amd/display: Add optimized_required flag
Harry Wentland
1
-0
/
+2
2017-12-14
drm/amd/display: Fix potential mem leak in DC construct
Harry Wentland
1
-16
/
+18
2017-12-14
drm/amd/display: Remove PSR functions in Linux
Harry Wentland
1
-138
/
+0
2017-12-14
drm/amd/display: Remove unnecessary wait mpcc idle.
Yongqiang Sun
1
-6
/
+0
2017-12-07
drm/amdgpu: add license to files where it was missing
Alex Deucher
2
-1
/
+23
2017-12-06
drm/amd/display: Only program watermark for full update.
Yongqiang Sun
1
-3
/
+1
2017-12-06
drm/amd/display: Do not program front-end twice
Leo (Sunpeng) Li
1
-3
/
+9
2017-12-06
drm/amd/display: Remove unnecessary dc_link vtable
Harry Wentland
1
-89
/
+0
2017-12-06
drm/amd/display: Move update_plane_addr to apply_ctx_for_surface for dce.
Yongqiang Sun
1
-2
/
+2
2017-12-06
drm: amd: Fix line continuation formats
Joe Perches
1
-7
/
+4
2017-12-06
drm/amd/display/dc/core/dc_resource: use swap macro in rect_swap_helper
Gustavo A. R. Silva
1
-9
/
+2
2017-12-06
drm/amd/display: Fix Linux after optimize frontend programming
Harry Wentland
1
-5
/
+2
2017-12-06
drm/amd/display: Remove unnecessary dc_stream vtable
Harry Wentland
1
-133
/
+3
2017-12-06
drm/amd/display: Add check update surfaces for stream wrapper
Andrew Jiang
1
-2
/
+22
2017-12-06
drm/amd/display: Rename pitch_alignment to linear_pitch_alignment
Andrew Jiang
1
-0
/
+1
2017-12-06
drm/amd/display: fix plane update prior to stream enablement
Tony Cheng
1
-2
/
+4
2017-12-06
drm/amd/display: Add update flags in to determine surface update type
Andrew Jiang
1
-44
/
+79
2017-12-06
drm/amd/display: Remove legacy unused workaround
Andrew Jiang
1
-14
/
+5
2017-12-06
drm/amd/display: Early return on stream programming failure
Leo (Sunpeng) Li
1
-2
/
+1
2017-12-06
drm/amd/display: Change frontend/backend programming sequence
Leo (Sunpeng) Li
1
-13
/
+28
2017-12-06
drm/amd/display: Remove dangling planes on dc commit state
Leo (Sunpeng) Li
1
-2
/
+0
2017-12-06
drm/amd/display: Optimize programming front end
Yongqiang Sun
1
-14
/
+8
2017-12-06
drm/amd/display: Apply work around for stutter.
Yongqiang Sun
1
-1
/
+1
2017-12-06
drm/amd/display: Loosen plane_info and scaling_info checks
Andrew Jiang
1
-5
/
+12
2017-12-06
drm/amd/display: combine output signal and signal
Eric Yang
1
-9
/
+6
2017-12-06
drm/amd/display: send display_count msg so SMU can enter S0i2
Hersen Wu
1
-2
/
+10
2017-12-06
drm/amd/display: fix regamma programming
Dmytro Laktyushkin
1
-11
/
+3
2017-12-06
drm/amd/display: Fix some more color indentations
Harry Wentland
1
-4
/
+3
2017-12-06
drm/amd/display: Refactor disable front end pipes.
Yongqiang Sun
1
-5
/
+10
2017-12-06
drm/amd/display: Don't use dc_link in link_encoder
Andrew Jiang
2
-7
/
+6
2017-12-06
drm/amd/display: Both timing_sync and multisync need stream_count > 1
Harry Wentland
1
-1
/
+2
[prev]
[next]