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
/
dce
/
dce_clock_source.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-16
drm/amd/display: Fix pixel clock programming
Ilya Bakoulin
1
-0
/
+2
2022-07-25
drm/amd/display: Use correct DTO_SRC_SEL for 128b/132b encoding
Michael Strauss
1
-5
/
+15
2022-07-25
drm/amd/display: Remove unused clk_src variable
Maíra Canal
1
-2
/
+0
2022-07-05
drm/amd/display: Move all linux includes into OS types
Harry Wentland
1
-2
/
+0
2022-06-03
drm/amd/display: Select correct DTO source
Dillon Varone
1
-0
/
+27
2022-05-26
drm/amd/display: Check if modulo is 0 before dividing.
David Galiffi
1
-3
/
+6
2022-05-10
drm/amd/display: remove redundant CONFIG_DRM_AMD_DC_DCN in dce
Alex Hung
1
-14
/
+1
2022-04-12
drm/amd/display: Select correct DTO source
Dillon Varone
1
-1
/
+1
2022-03-31
drm/amd/display: Fix pointer dereferenced before checking
Haowen Bai
1
-1
/
+1
2022-03-15
drm/amd/display: merge two duplicated clock_source_create
Charlene Liu
1
-55
/
+72
2022-03-15
drm/amd/display: fix deep color ratio
Hansen Dsouza
1
-0
/
+100
2021-03-02
drm/amd/display: Fix 64 bit divisions on 32 bit platforms by using div64 API
Vladimir Stempen
1
-3
/
+3
2021-02-22
drm/amd/display: Synchronize displays with different timings
Vladimir Stempen
1
-6
/
+46
2021-02-18
drm/amd/display: Fix potential integer overflow
Gustavo A. R. Silva
1
-1
/
+1
2021-02-09
drm/amd/display: fix 64bit division issue on 32bit OS
Lang Yu
1
-1
/
+1
2021-01-25
drm/amd/display: Fix HDMI deep color output for DCE 6-11.
Mario Kleiner
1
-0
/
+14
2021-01-11
drm/amd/display/dc/dce/dce_clock_source: Fix formatting/spelling of worthy function headers
Lee Jones
1
-29
/
+28
2020-11-04
drm/amdgpu: fold CONFIG_DRM_AMD_DC_DCN3* into CONFIG_DRM_AMD_DC_DCN (v3)
Alex Deucher
1
-4
/
+4
2020-10-23
drm/amd/display: Fixed panic during seamless boot.
David Galiffi
1
-1
/
+2
2020-10-05
drm/amd/display: Add dcn3.01 support to DC (v2)
Roman Li
1
-0
/
+18
2020-07-01
drm/amd/display: Add DCN3 CLK_MGR
Bhawanpreet Lakha
1
-7
/
+146
2020-04-22
drm/amd/dc: remove unused variable 'video_optimized_pixel_rates'
YueHaibing
1
-33
/
+0
2019-11-13
drm/amd/display: rename DCN1_0 kconfig to DCN
Bhawanpreet Lakha
1
-1
/
+1
2019-11-13
drm/amd/display: Drop CONFIG_DRM_AMD_DC_DCN2_0 and DSC_SUPPORTED
Bhawanpreet Lakha
1
-4
/
+0
2019-08-22
drm/amd/display: fix calc_pll_max_vco_construct
Dmytro Laktyushkin
1
-1
/
+1
2019-08-22
drm/amd/display: fix a potential null pointer dereference
Colin Ian King
1
-1
/
+2
2019-08-15
drm/amd/display: enabling seamless boot sequence for dcn2
Martin Leung
1
-1
/
+2
2019-08-15
drm/amd/display: make firmware info only load once during dc_bios create
Dmytro Laktyushkin
1
-20
/
+12
2019-06-25
Merge branch 'drm-next' into drm-next-5.3
Alex Deucher
1
-0
/
+2
2019-06-22
drm/amd/display: removing MODULO change for dcn2
Martin Leung
1
-28
/
+0
2019-06-21
drm/amd/display: Add DCN2 clk mgr
Harry Wentland
1
-0
/
+108
2019-06-14
Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
1
-0
/
+2
2019-06-10
drm/amd: drop use of drmp.h in os_types.h
Sam Ravnborg
1
-0
/
+2
2019-05-31
drm/amd/display: make clk mgr soc specific
Eric Yang
1
-0
/
+1
2019-05-24
gpu: fix typos in code comments
Weitao Hou
1
-2
/
+2
2019-03-19
drm/amd/display: Keep clocks high before seamless boot done
Anthony Koo
1
-1
/
+1
2019-02-06
drm/amd/display: interface to check if timing can be seamless
Anthony Koo
1
-2
/
+26
2019-01-14
drm/amd/display: Use 100 Hz precision for pipe pixel clocks
Ken Chalmers
1
-98
/
+98
2018-09-14
drm/amd/display: stop using switch for different CS revisions
Dmytro Laktyushkin
1
-164
/
+205
2018-09-14
drm/amd/display: Add Raven2 definitions in dc
Bhawanpreet Lakha
1
-0
/
+7
2018-09-10
drm/amd/display: remove unused clk_src code
Dmytro Laktyushkin
1
-86
/
+1
2018-08-27
drm/amdgpu/display: add support for LVDS (v5)
Alex Deucher
1
-0
/
+10
2018-08-21
Revert "drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86"
Leo (Sunpeng) Li
1
-3
/
+3
2018-07-19
drm/amdgpu/display: Replace CONFIG_DRM_AMD_DC_DCN1_0 with CONFIG_X86
Michel Dänzer
1
-3
/
+3
2018-07-05
drm/amd/display/dc/dce: Fix multiple potential integer overflows
Gustavo A. R. Silva
1
-5
/
+5
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-2
/
+4
2018-05-18
drm/amd/display: get rid of 32.32 unsigned fixed point
Dmytro Laktyushkin
1
-30
/
+30
2018-05-18
drm/amdgpu/display: remove VEGAM config option
Alex Deucher
1
-4
/
+0
2018-05-15
drm/amd/display: Implement VEGAM device IDs in DC
Jerry (Fangzhi) Zuo
1
-0
/
+6
2018-04-11
drm/amd/display: Add Dynamic debug prints
Bhawanpreet Lakha
1
-5
/
+6
[next]