summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/display/dc
AgeCommit message (Expand)AuthorFilesLines
2024-10-17drm/amd/display: Check null pointer before dereferencing seAlex Hung1-1/+1
2024-10-17drm/amd/display: Initialize get_bytes_per_element's default to 1Alex Hung2-2/+2
2024-10-17drm/amd/display: Fix index out of bounds in DCN30 color transformationSrinivasan Shanmugam1-0/+2
2024-10-17drm/amd/display: Fix index out of bounds in degamma hardware format translationSrinivasan Shanmugam1-0/+2
2024-10-17drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format tra...Srinivasan Shanmugam1-0/+2
2024-10-17drm/amd/display: Check stream before comparing themAlex Hung1-0/+2
2024-10-17drm/amd/display: Check null pointers before using dc->clk_mgrAlex Hung1-1/+2
2024-10-17drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_...Srinivasan Shanmugam1-1/+2
2024-09-12drm/amd/display: Skip wbscl_set_scaler_filter if filter is nullAlex Hung1-0/+3
2024-09-12drm/amd/display: Fix Coverity INTEGER_OVERFLOW within dal_gpio_service_createHersen Wu1-2/+2
2024-09-12drm/amd/display: Check msg_id before processing transcationAlex Hung1-2/+15
2024-09-12drm/amd/display: Check num_valid_sets before accessing reader_wm_sets[]Alex Hung1-1/+2
2024-09-12drm/amd/display: Check gpio_id before used as array indexAlex Hung1-2/+11
2024-09-04Revert "drm/amd/display: Validate hw_points_num before using it"Alex Hung1-3/+0
2024-09-04drm/amd/display: Validate hw_points_num before using itAlex Hung1-0/+3
2024-08-19drm/amd/display: Check for NULL pointerSung Joon Kim1-1/+2
2024-07-18drm/amd/display: Skip finding free audio for unknown engine_idAlex Hung1-0/+3
2024-07-18drm/amd/display: Check pipe offset before setting vblankAlex Hung1-2/+6
2024-07-05drm/amd/display: Handle Y carry-over in VCP X.Y calculationGeorge Shen1-0/+6
2024-06-16drm/amd/display: Fix potential index out of bounds in color transformation fu...Srinivasan Shanmugam1-0/+5
2024-04-13drm/amd/display: Fix noise issue on HDMI AV muteLeo Ma1-1/+11
2024-03-26drm/amd/display: Fix potential NULL pointer dereferences in 'dcn10_set_output...Srinivasan Shanmugam1-2/+5
2024-02-23drm/amd/display: Fix tiled display misalignmentMeenakshikumar Somasundaram1-0/+4
2023-11-28drm/amd/display: Avoid NULL dereference of timing generatorWayne Lin1-2/+2
2023-10-25drm/amd/display: Don't set dpms_off for seamless bootDaniel Miess1-0/+3
2023-10-25drm/amd/display: only check available pipe to disable vbios mode.Yongqiang Sun1-1/+5
2023-09-19drm/amd/display: Fix a bug when searching for insert_above_mpccWesley Chalmers1-2/+3
2023-09-19drm/amd/display: Exit idle optimizations before attempt to access PHYLeo Chen1-0/+3
2023-08-30drm/amd/display: check TG is non-null before checking if enabledTaimur Hassan1-1/+2
2023-08-30drm/amd/display: do not wait for mpc idle if tg is disabledJosip Pavic1-1/+2
2023-08-16drm/amd/display: check attr flag before set cursor degamma on DCN3+Melissa Wen1-2/+5
2023-07-27drm/amd/display: Explicitly specify update type per plane info changeNicholas Kazlauskas1-3/+0
2023-05-30drm/amd: Fix an out of bounds error in BIOS parserMario Limonciello1-5/+2
2023-05-30drm/amd/display: Use DC_LOG_DC in the trasform pixel functionRodrigo Siqueira1-3/+2
2023-05-17drm/amd/display: Fix hang when skipping modesetAurabindo Pillai1-0/+3
2023-03-22drm/amd/display: fix shift-out-of-bounds in CalculateVMAndRowBytesAlex Hung1-1/+4
2023-03-11drm: amd: display: Fix memory leakageKonstantin Meskhidze1-0/+1
2023-03-11drm/amdgpu: fix enum odm_combine_mode mismatchArnd Bergmann3-15/+15
2023-01-24drm/amd/display: Fix COLOR_SPACE_YCBCR2020_TYPE matrixJoshua Ashton1-2/+2
2023-01-14drm/amd/display: fix array index out of bound error in bios parserAurabindo Pillai1-9/+7
2023-01-14drm/amd/display: prevent memory leakgehao2-0/+5
2022-12-02drm/amd/dc/dce120: Fix audio register mapping, stop triggering KASANLyude Paul1-1/+2
2022-11-25drm/amd/display: Remove wrong pipe control lockRodrigo Siqueira1-1/+1
2022-10-26drm/amd/display: Remove interface for periodic interrupt 1Aric Cyr5-50/+18
2022-10-26drm/amd/display: fix overflow on MIN_I64 definitionDavid Gow1-3/+3
2022-10-15drm/amd/display: skip audio setup when audio stream is enabledzhikzhai1-2/+4
2022-10-15drm/amd/display: update gamut remap if plane has changedHugo Hu1-0/+1
2022-09-28drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usageNathan Chancellor1-2/+1
2022-09-05drm/amd/display: Fix pixel clock programmingIlya Bakoulin1-0/+2
2022-09-05drm/amd/display: clear optc underflow before turn off odm clockFudong Wang1-0/+5