index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
display
/
dc
/
bios
/
bios_parser.c
Age
Commit message (
Expand
)
Author
2025-04-21
drm/amdgpu: fix typo in bios_parser.c
Alexandre Demers
2024-06-14
drm/amd/display: Check BIOS images before it is used
Alex Hung
2024-05-02
drm/amd/display: Fix Coverity INTERGER_OVERFLOW within construct_integrated_info
Hersen Wu
2024-04-09
drm/amd/display: Add driver support for future FAMS versions
Dillon Varone
2024-03-20
drm/amd/display: Correct indentations and spaces
Alex Hung
2023-09-26
drm/amd/display: switch DC over to the new DRM logging macros
Hamza Mahfooz
2023-08-15
drm/amd/display: Remove unnecessary NULL values
Ruan Jinjie
2023-07-18
drm/amd/display: Add missing static
Rodrigo Siqueira
2023-01-13
drm/amd/display: refactor ddc logic from dc_link_ddc to link_ddc
Wenjing Liu
2022-11-15
drm/amdgpu: Replace one-elements array with flex-array members
Paulo Miguel Almeida
2022-11-10
drm/amdgpu: Replace one-element array with flex-array member
Paulo Miguel Almeida
2022-11-09
drm/amdgpu: Replace 1-element array with flexible-array member
Paulo Miguel Almeida
2021-05-27
drm/amd/display/dc/bios/bios_parser: Fix formatting and misnaming issues
Lee Jones
2021-01-11
drm/amd/display/dc/bios/bios_parser: Fix misspelling of function parameter
Lee Jones
2021-01-11
drm/amd/display/dc/bios/bios_parser: Fix a whole bunch of legacy doc formatting
Lee Jones
2021-01-11
drm/amd/display/dc/bios/bios_parser: Make local functions static
Lee Jones
2020-11-24
drm/amd/display: Fix fall-through warnings for Clang
Gustavo A. R. Silva
2020-08-06
drm/amd/display: Read VBIOS Golden Settings Tbl
Igor Kravchenko
2019-12-02
drm/amd/display: Remove unneeded semicolon in bios_parser.c
zhengbin
2019-11-19
drm/amd/display: cleanup of construct and destruct funcs
Anthony Koo
2019-11-19
drm/amd/display: remove set but not used variable 'bp' in bios_parser.c
zhengbin
2019-10-10
drm/amd/display: Use swap() where appropriate
Ville Syrjälä
2019-08-15
drm/amd/display: make firmware info only load once during dc_bios create
Dmytro Laktyushkin
2019-06-10
drm/amd: drop use of drmP.h in atom.h
Sam Ravnborg
2019-01-25
drm/amd/display: Connect dig_fe to otg directly instead of calling bios
hersen wu
2018-11-05
drm/amd/display: Fix up coverity issues
Aric Cyr
2018-09-10
drm/amd/display: remove dead dc vbios code
Dmytro Laktyushkin
2018-08-27
drm/amd/display: Create new i2c resource
David Francis
2018-07-05
drm/amd/display: get board layout for edid emulation
Samson Tam
2018-03-05
drm/amd/display: define DC_LOGGER for logger
Bhawanpreet Lakha
2018-03-05
drm/amd/display: Use MACROS instead of dm_logger
Bhawanpreet Lakha
2018-02-19
drm/amd/display: Remove duplicate entries from BIOS function table
Ken Chalmers
2018-02-19
drm/amd/display: resume from S3 bypass power down HW block.
Charlene Liu
2017-12-20
drm/amd/display: Print type if we get wrong ObjectID from bios
Harry Wentland
2017-12-14
drm/amd/display: Remove grph_object_id.c and move function to bios_parser
Harry Wentland
2017-11-28
drm/amd/display: Bunch of smatch error and warning fixes in DC
Harry Wentland
2017-10-06
amdgpu/dc: set a bunch of functions to static.
Dave Airlie
2017-10-06
amdgpu/dc: kfree already checks for NULL.
Dave Airlie
2017-09-29
amdgpu/dc: rename bios get_image symbol to something more searchable.
Dave Airlie
2017-09-28
amdgpu/dc: separate out some common code from bios parsers.
Dave Airlie
2017-09-28
drm/amd/display: Use kernel alloc/free
Harry Wentland
2017-09-26
drm/amd/display: Block 6Ghz timing if SBIOS set HDMI_6G_en to 0
Charlene Liu
2017-09-26
drm/amd/display: Rename firmware_info to dc_firmware_info
Harry Wentland
2017-09-26
drm/amd/display: obtain usHBR3En bit from BP 1
Ding Wang
2017-09-26
drm/amd/display: Less log spam
Jordan Lazare
2017-09-26
drm/amd/display: remove dead code
Tony Cheng
2017-09-26
drm/amd/dc: Add dc display driver (v2)
Harry Wentland