index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
dc
/
dce
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
drm/amd/display/dc/dce/dmub_outbox: Convert over to kernel-doc
Lee Jones
1
-13
/
+4
2021-05-27
drm/amd/display: Implement INBOX0 usage in driver
Alvin Lee
2
-0
/
+11
2021-05-27
drm/amd/display: Added support for individual control for multiple back-light...
Jake Wang
1
-7
/
+3
2021-05-19
drm/amd/display: Initial DC support for Beige Goby
Aurabindo Pillai
2
-0
/
+52
2021-05-10
drm/amd/display: Support for DMUB AUX
Jude Shih
2
-0
/
+22
2021-04-28
drm/amd/display: Added multi instance support for ABM
Jake Wang
1
-0
/
+30
2021-04-15
drm/amd/display: Fix DSC enable sequence
Mike Hsieh
1
-0
/
+2
2021-04-09
drm/amd/display: Retry getting PSR state if command times out
Wyatt Wood
1
-11
/
+18
2021-04-09
drm/amd/display: use GFP_ATOMIC in dcn20_resource_construct
Nirmoy Das
2
-4
/
+4
2021-03-05
drm/amd/display: remove redundant initialization of variable status
Colin Ian King
1
-1
/
+1
2021-03-05
drm/amd/display: Process crc window at DMCU
Wayne Lin
1
-0
/
+84
2021-03-03
drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwrit...
Lee Jones
1
-1
/
+0
2021-03-02
drm/amd/display: Fix 64 bit divisions on 32 bit platforms by using div64 API
Vladimir Stempen
1
-3
/
+3
2021-03-02
drm/amd/display: Return invalid state if GPINT times out
Wyatt Wood
1
-5
/
+10
2021-03-02
drm/amd/display: Refactored DC interfaces to support multiple eDP
Jake Wang
1
-0
/
+1
2021-03-02
drm/amd/display: Support for DMUB AUX
Meenakshikumar Somasundaram
5
-20
/
+118
2021-02-26
drm/amd/display/dc/dce/dmub_psr: Remove unnecessary conversion to bool
Jiapeng Chong
1
-2
/
+1
2021-02-24
drm/amd/display: Allow spatial dither to 10 bpc on all DCE
Mario Kleiner
1
-3
/
+1
2021-02-22
drm/amd/display: Synchronize displays with different timings
Vladimir Stempen
1
-6
/
+46
2021-02-18
drm/amd/display: Change ABM sample rate
Po-Ting Chen
1
-5
/
+5
2021-02-18
drm/amd/display: Fix potential integer overflow
Gustavo A. R. Silva
1
-1
/
+1
2021-02-09
drm/amd/display: Initialize dmub_rb_cmd unions to 0
Wyatt Wood
3
-2
/
+10
2021-02-09
drm/amd/display: fix 64bit division issue on 32bit OS
Lang Yu
1
-1
/
+1
2021-02-02
drm/amd/display: Add Freesync HDMI support to DMCU
Stylon Wang
2
-0
/
+131
2021-01-25
drm/amd/display: Fix HDMI deep color output for DCE 6-11.
Mario Kleiner
2
-0
/
+15
2021-01-25
drm/amd/display: Fix 10/12 bpc setup in DCE output bit depth reduction.
Mario Kleiner
1
-4
/
+4
2021-01-13
drm/amd/display/dc/dce/dce_opp: Remove duplicate entries causing 'field overw...
Lee Jones
1
-2
/
+0
2021-01-13
drm/amd/display/dc/dce/dce_aux: Remove duplicate line causing 'field overwrit...
Lee Jones
1
-1
/
+0
2021-01-13
drm/amd/display/dc/dce/dce_transform: Demote kernel-doc abuse
Lee Jones
1
-1
/
+1
2021-01-13
drm/amd/display/dc/dce/dce_opp: Demote non-compliant kernel-doc headers
Lee Jones
1
-8
/
+8
2021-01-13
drm/amd/display/dc/dce/dce_link_encoder: Remove unused variable 'value0'
Lee Jones
1
-2
/
+1
2021-01-13
drm/amd/display/dc/dce/dce_aux: Mark 'dce_aux_transfer_raw' as __maybe_unused
Lee Jones
1
-1
/
+1
2021-01-11
drm/amd/display/dc/dce/dmub_psr: Demote non-conformant kernel-doc headers
Lee Jones
1
-11
/
+11
2021-01-11
drm/amd/display/dc/dce/dce_panel_cntl: Remove unused variables 'bl_pwm_cntl' ...
Lee Jones
1
-4
/
+4
2021-01-11
drm/amd/display/dc/dce/dce_i2c_sw: Make a bunch of local functions static
Lee Jones
1
-4
/
+5
2021-01-11
drm/amd/display/dc/dce/dce_i2c_hw: Make functions called by reference static
Lee Jones
1
-2
/
+2
2021-01-11
drm/amd/display/dc/dce/dce_aux: Remove unused function 'get_engine_type'
Lee Jones
1
-6
/
+0
2021-01-11
drm/amd/display/dc/dce/dce_opp: Make local functions and ones invoked by refe...
Lee Jones
1
-4
/
+4
2021-01-11
drm/amd/display/dc/dce/dce_dmcu: Move 'abm_gain_stepsize' to only source file...
Lee Jones
2
-2
/
+4
2021-01-11
drm/amd/display/dc/dce/dce_dmcu: Staticify local function call 'dce_dmcu_load...
Lee Jones
1
-1
/
+1
2021-01-11
drm/amd/display/dc/dce/dce_transform: Remove 3 unused/legacy variables
Lee Jones
1
-13
/
+0
2021-01-11
drm/amd/display/dc/dce/dce_clock_source: Fix formatting/spelling of worthy fu...
Lee Jones
1
-29
/
+28
2021-01-11
drm/amd/display/dc/dce/dce_link_encoder: Make functions invoked by reference ...
Lee Jones
1
-3
/
+3
2021-01-11
drm/amd/display/dc/dce/dce_stream_encoder: Remove unused variable 'regval'
Lee Jones
1
-2
/
+1
2021-01-11
drm/amd/display/dc/dce/dce_audio: Make function invoked by reference static
Lee Jones
1
-1
/
+1
2020-12-16
drm/amd/display: Add get_dig_frontend implementation for DCEx
Rodrigo Siqueira
2
-1
/
+43
2020-12-15
drm/amd/display: add dcn30_link_encoder_validate_output_with_stream to header
Eric Bernstein
1
-1
/
+1
2020-11-24
drm/amd/display: To update backlight restore mechanism
Camille Cho
1
-19
/
+17
2020-11-24
drm/amd/display: Add DMCU memory low power support
Jacky Liao
1
-2
/
+5
2020-11-16
drm/amd/display: Add dual edp optimization flag.
Yongqiang Sun
1
-0
/
+1
[prev]
[next]