summaryrefslogtreecommitdiff
path: root/sys/dev/pci/drm/amd/display
AgeCommit message (Expand)Author
2024-12-10drm/amd/display: Add NULL pointer check for kzallocJonathan Gray
2024-12-10drm/amd/display: Check phantom_stream before it is usedJonathan Gray
2024-12-10drm/amd/display: Add NULL check for function pointer in dcn20_set_output_tran...Jonathan Gray
2024-12-10drm/amd/display: Check null pointer before try to access itJonathan Gray
2024-12-10drm/amd/display: Add NULL check for clk_mgr in dcn32_init_hwJonathan Gray
2024-12-10drm/amd/display: Add NULL check for clk_mgr and clk_mgr->funcs in dcn30_init_hwJonathan Gray
2024-12-10drm/amd/display: Fix null check for pipe_ctx->plane_state in hwss_setup_dppJonathan Gray
2024-12-10drm/amd/display: Add null check for pipe_ctx->plane_state in dcn20_program_pipeJonathan Gray
2024-12-10drm/amd/display: Don't refer to dc_sink in is_dsc_need_re_computeJonathan Gray
2024-12-10drm/amd/display: Check null-initialized variablesJonathan Gray
2024-12-10drm/amd/display: Initialize denominators' default to 1Jonathan Gray
2024-12-10drm/amd/display: Add NULL check for function pointer in dcn32_set_output_tran...Jonathan Gray
2024-11-25drm/amd/display: Adjust VSDB parser for replay featureJonathan Gray
2024-11-10drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingJonathan Gray
2024-11-01drm/amd/display: Disable PSR-SU on Parade 08-01 TCON tooJonathan Gray
2024-10-18drm/amd/display: Check null pointer before dereferencing seJonathan Gray
2024-10-18drm/amd/display: Revert "Check HDCP returned status"Jonathan Gray
2024-10-18drm/amd/display: Remove a redundant check in authenticated_dpJonathan Gray
2024-10-11drm/amd/display: enable_hpo_dp_link_output: Check link_res->hpo_dp_link_enc b...Jonathan Gray
2024-10-11drm/amd/display: Allow backlight to go below `AMDGPU_DM_DEFAULT_MIN_BACKLIGHT`Jonathan Gray
2024-10-11drm/amd/display: Fix system hang while resume with TBT monitorJonathan Gray
2024-10-11drm/amd/display: Add HDR workaround for specific eDPJonathan Gray
2024-10-11drm/amd/display: Initialize get_bytes_per_element's default to 1Jonathan Gray
2024-10-11drm/amd/display: Fix index out of bounds in DCN30 color transformationJonathan Gray
2024-10-11drm/amd/display: Fix index out of bounds in degamma hardware format translationJonathan Gray
2024-10-11drm/amd/display: Fix index out of bounds in DCN30 degamma hardware format tra...Jonathan Gray
2024-10-11drm/amd/display: Check link_res->hpo_dp_link_enc before using itJonathan Gray
2024-10-11drm/amd/display: Check stream before comparing themJonathan Gray
2024-10-11drm/amd/display: fix double free issue during amdgpu module unloadJonathan Gray
2024-10-11drm/amd/display: Add null check for 'afb' in amdgpu_dm_plane_handle_cursor_up...Jonathan Gray
2024-10-11drm/amd/display: Check null pointers before using dc->clk_mgrJonathan Gray
2024-10-11drm/amd/display: Handle null 'stream_status' in 'planes_changed_for_existing_...Jonathan Gray
2024-10-11drm/amd/display: Add null check for top_pipe_to_program in commit_planes_for_...Jonathan Gray
2024-10-07drm/amd/display: Validate backlight caps are saneJonathan Gray
2024-10-07drm/amd/display: Round calculated vtotalJonathan Gray
2024-10-07drm/amd/display: Add HDMI DSC native YCbCr422 supportJonathan Gray
2024-10-07drm/amd/display: Fix Synaptics Cascaded Panamera DSC DeterminationJonathan Gray
2024-10-07drm/amd/display: Add null check for set_output_gamma in dcn30_set_output_tran...Jonathan Gray
2024-09-19drm/amd/display: Fix FEC_READY write on DP LTJonathan Gray
2024-09-19drm/amd/display: Disable error correction if it's not supportedJonathan Gray
2024-09-12drm/amd/display: Check denominator pbn_div before usedJonathan Gray
2024-09-12drm/amd/display: Check HDCP returned statusJonathan Gray
2024-09-12drm/amd/display: Run DC_LOG_DC after checking link->link_encJonathan Gray
2024-09-09drm/amd/display: Skip wbscl_set_scaler_filter if filter is nullJonathan Gray
2024-09-09drm/amd/display: Check BIOS images before it is usedJonathan Gray
2024-09-09drm/amd/display: use preferred link settings for dp signal onlyJonathan Gray
2024-09-09drm/amd/display: Correct the defined value for AMDGPU_DMUB_NOTIFICATION_MAXJonathan Gray
2024-09-09drm/amd/display: added NULL check at start of dc_validate_streamJonathan Gray
2024-09-09drm/amd/display: Don't use fsleep for PSR exit waits on dmub replayJonathan Gray
2024-09-09drm/amd/display: Fix index may exceed array range within fpu_update_bw_boundi...Jonathan Gray