linux/drivers/gpu/drm/amd/display
Nicholas Kazlauskas 0922b899f3 drm/amd/display: Don't pass invalid fw_bss_data pointer into DMUB srv
[Why]
If bss_data_size is 0 then we shouldn't be passing down fw_bss_data into
the DMUB service since the region isn't really "valid."

[How]
Pass NULL instead if the size is 0.

Signed-off-by: Nicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Reviewed-by: Zhan Liu <Zhan.Liu@amd.com>
Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2020-05-28 14:00:48 -04:00
..
amdgpu_dm drm/amd/display: Don't pass invalid fw_bss_data pointer into DMUB srv 2020-05-28 14:00:48 -04:00
dc drm/amd/display: Do not fail if build scaling params fails 2020-05-28 14:00:48 -04:00
dmub drm/amd/display: Check bss_data_size before going down legacy DMUB load path 2020-05-28 14:00:48 -04:00
include drm/amd/display: query hdcp capability during link detect 2020-04-09 10:43:17 -04:00
modules drm/amd/display: Handle persistence in DM 2020-05-28 14:00:47 -04:00
Kconfig drm: amd/display: fix Kconfig help text 2020-04-23 15:06:41 -04:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_DMUB guards 2019-11-13 15:29:42 -05:00
TODO