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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-13
drm/amd/display: Fix assert being hit with GAMCOR memory shut down
Jacky Liao
1
-7
/
+0
2021-01-13
drm/amd/display: fix seamless boot stream adding algorithm
Raymond Yang
1
-8
/
+20
2021-01-13
drm/amd/display: implement T12 compliance
Jun Lei
6
-0
/
+53
2021-01-13
drm/amd/display: Remove unused P010 debug flag
Mike Hsieh
1
-1
/
+0
2021-01-13
drm/amd/display: doesn't reprogram AMD OUI
Yu-ting Shen
2
-11
/
+29
2021-01-13
drm/amd/display: removed unnecessary check when dpp clock increasing
Chiawen Huang
1
-2
/
+1
2021-01-13
drm/amd/display: New path for enabling DPG
Wesley Chalmers
2
-0
/
+23
2021-01-13
drm/amd/display: Unblank hubp based on plane visibility
Wesley Chalmers
3
-9
/
+17
2021-01-13
drm/amd/display: HUBP_IN_BLANK for DCN30
Wesley Chalmers
1
-0
/
+1
2021-01-13
drm/amd/display: Separate fec debug flag and monitor patch
Lewis Huang
3
-6
/
+19
2021-01-13
drm/amd/display: Initialize stack variable
Wesley Chalmers
1
-1
/
+1
2021-01-13
drm/amd/display: NULL pointer hang
Qingqing Zhuo
1
-1
/
+7
2021-01-13
drm/amd/display: 3.2.117
Aric Cyr
1
-1
/
+1
2021-01-11
drm/amd/display/dc/gpio/hw_factory: Delete unused function 'dal_hw_factory_destroy'
Lee Jones
1
-14
/
+0
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' and 'pwm_period_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/bios/bios_parser: Fix misspelling of function parameter
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 reference static
Lee Jones
1
-4
/
+4
2021-01-11
drm/amd/display/dc/dce/dce_dmcu: Move 'abm_gain_stepsize' to only source file it's used in
Lee Jones
2
-2
/
+4
2021-01-11
drm/amd/display/dc/dce/dce_dmcu: Staticify local function call 'dce_dmcu_load_iram'
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 function headers
Lee Jones
1
-29
/
+28
2021-01-11
drm/amd/display/dc/dce/dce_link_encoder: Make functions invoked by reference static
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
2021-01-11
drm/amd/display/dc/bios/bios_parser2: Fix some formatting issues and missing parameter docs
Lee Jones
1
-15
/
+14
2021-01-11
drm/amd/display/dc/bios/bios_parser: Fix a whole bunch of legacy doc formatting
Lee Jones
1
-59
/
+56
2021-01-11
drm/amd/display/dc/bios/bios_parser: Make local functions static
Lee Jones
1
-2
/
+2
2021-01-11
drm/amd/display/dc/bios/command_table_helper2: Fix legacy formatting problems
Lee Jones
1
-12
/
+8
2021-01-11
drm/amd/display/dc/bios/command_table_helper: Fix kernel-doc formatting
Lee Jones
1
-12
/
+8
2021-01-11
drm/amd/display/dc/basics/conversion: Demote obvious kernel-doc abuse
Lee Jones
1
-6
/
+3
2021-01-05
drm/amdgpu/display: drop DCN support for aarch64
Alex Deucher
12
-72
/
+0
2021-01-05
drm/amd/display: Enable fp16 also on DCE-8/10/11.
Mario Kleiner
3
-3
/
+3
2021-01-05
drm/amd/display: Create and Destroy PSR resources for DCN302
Joshua Aberback
1
-0
/
+13
2021-01-05
drm/amd/display: Update idle optimization handling
Joshua Aberback
8
-2
/
+31
2021-01-05
drm/amd/display: fix comparison pointer to bool warning in dc.c
Tian Tao
1
-2
/
+2
2021-01-05
drm/amd/display: remove useless else if
Tian Tao
1
-2
/
+0
2021-01-05
drm/amd/display: fix sysfs amdgpu_current_backlight_pwm NULL pointer issue
Kevin Wang
1
-1
/
+6
2020-12-23
drm/amd/display: Use common error handling code in dc_create()
Markus Elfring
1
-9
/
+6
2020-12-23
drm/amd/display: Return directly after a failed kzalloc() in dc_create()
Markus Elfring
1
-4
/
+2
2020-12-23
drm/amd/display: add getter routine to retrieve mpcc mux
Josip Pavic
5
-0
/
+19
2020-12-23
drm/amd/display: always program DPPDTO unless not safe to lower
Jake Wang
1
-6
/
+5
2020-12-23
drm/amd/display: updated wm table for Renoir
Jake Wang
1
-8
/
+8
2020-12-23
drm/amd/display: Acquire DSC during split stream for ODM only if top_pipe
Sung Lee
1
-1
/
+1
2020-12-23
drm/amd/display: Multi-display underflow observed
Aric Cyr
2
-23
/
+9
2020-12-23
drm/amd/display: Update RN/VGH active display count workaround
Michael Strauss
2
-16
/
+2
2020-12-23
drm/amd/display: change SMU repsonse timeout to 2s.
Yongqiang Sun
1
-1
/
+1
[prev]
[next]