summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc/bios/bios_parser.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-10drm/amd/display: Add driver support for future FAMS versionsDillon Varone1-2/+0
2024-03-20drm/amd/display: Correct indentations and spacesAlex Hung1-0/+1
2023-09-27drm/amd/display: switch DC over to the new DRM logging macrosHamza Mahfooz1-0/+3
2023-08-16drm/amd/display: Remove unnecessary NULL valuesRuan Jinjie1-2/+2
2023-07-18drm/amd/display: Add missing staticRodrigo Siqueira1-9/+7
2023-01-13drm/amd/display: refactor ddc logic from dc_link_ddc to link_ddcWenjing Liu1-1/+0
2022-11-15drm/amdgpu: Replace one-elements array with flex-array membersPaulo Miguel Almeida1-8/+14
2022-11-10drm/amdgpu: Replace one-element array with flex-array memberPaulo Miguel Almeida1-3/+2
2022-11-10drm/amdgpu: Replace 1-element array with flexible-array memberPaulo Miguel Almeida1-8/+15
2021-05-27drm/amd/display/dc/bios/bios_parser: Fix formatting and misnaming issuesLee Jones1-3/+3
2021-01-12drm/amd/display/dc/bios/bios_parser: Fix misspelling of function parameterLee Jones1-2/+2
2021-01-12drm/amd/display/dc/bios/bios_parser: Fix a whole bunch of legacy doc formattingLee Jones1-59/+56
2021-01-12drm/amd/display/dc/bios/bios_parser: Make local functions staticLee Jones1-2/+2
2020-11-24drm/amd/display: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-08-06drm/amd/display: Read VBIOS Golden Settings TblIgor Kravchenko1-0/+2
2019-12-03drm/amd/display: Remove unneeded semicolon in bios_parser.czhengbin1-1/+1
2019-11-19drm/amd/display: cleanup of construct and destruct funcsAnthony Koo1-2/+2
2019-11-19drm/amd/display: remove set but not used variable 'bp' in bios_parser.czhengbin1-2/+0
2019-10-11drm/amd/display: Use swap() where appropriateVille Syrjälä1-5/+2
2019-08-15drm/amd/display: make firmware info only load once during dc_bios createDmytro Laktyushkin1-2/+1
2019-06-11drm/amd: drop use of drmP.h in atom.hSam Ravnborg1-0/+2
2019-01-26drm/amd/display: Connect dig_fe to otg directly instead of calling bioshersen wu1-14/+0
2018-11-05drm/amd/display: Fix up coverity issuesAric Cyr1-1/+1
2018-09-11drm/amd/display: remove dead dc vbios codeDmytro Laktyushkin1-1177/+0
2018-08-27drm/amd/display: Create new i2c resourceDavid Francis1-6/+4
2018-07-06drm/amd/display: get board layout for edid emulationSamson Tam1-0/+196
2018-03-05drm/amd/display: define DC_LOGGER for loggerBhawanpreet Lakha1-2/+4
2018-03-05drm/amd/display: Use MACROS instead of dm_loggerBhawanpreet Lakha1-1/+1
2018-02-19drm/amd/display: Remove duplicate entries from BIOS function tableKen Chalmers1-4/+0
2018-02-19drm/amd/display: resume from S3 bypass power down HW block.Charlene Liu1-0/+1
2017-12-20drm/amd/display: Print type if we get wrong ObjectID from biosHarry Wentland1-3/+11
2017-12-14drm/amd/display: Remove grph_object_id.c and move function to bios_parserHarry Wentland1-0/+46
2017-11-29drm/amd/display: Bunch of smatch error and warning fixes in DCHarry Wentland1-2/+2
2017-10-06amdgpu/dc: set a bunch of functions to static.Dave Airlie1-1/+1
2017-10-06amdgpu/dc: kfree already checks for NULL.Dave Airlie1-5/+2
2017-09-29amdgpu/dc: rename bios get_image symbol to something more searchable.Dave Airlie1-3/+3
2017-09-28amdgpu/dc: separate out some common code from bios parsers.Dave Airlie1-273/+1
2017-09-28drm/amd/display: Use kernel alloc/freeHarry Wentland1-8/+9
2017-09-27drm/amd/display: Block 6Ghz timing if SBIOS set HDMI_6G_en to 0Charlene Liu1-0/+1
2017-09-27drm/amd/display: Rename firmware_info to dc_firmware_infoHarry Wentland1-7/+7
2017-09-27drm/amd/display: obtain usHBR3En bit from BP 1Ding Wang1-7/+7
2017-09-27drm/amd/display: Less log spamJordan Lazare1-1/+1
2017-09-27drm/amd/display: remove dead codeTony Cheng1-76/+0
2017-09-27drm/amd/dc: Add dc display driver (v2)Harry Wentland1-0/+4220