1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/amd/display
Mario Limonciello 1ca965719b drm/amd/display: Change dc_set_power_state() to bool instead of int
DC code is reused by other OSes and so Linux return codes don't
make sense.  Change dc_set_power_state() to boolean and add a wrapper
dm_set_power_state() to return a Linux error code for the memory
allocation failure.

Suggested-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-09-26 17:00:23 -04:00
..
amdgpu_dm drm/amd/display: Change dc_set_power_state() to bool instead of int 2023-09-26 17:00:23 -04:00
dc drm/amd/display: Change dc_set_power_state() to bool instead of int 2023-09-26 17:00:23 -04:00
dmub drm/amd/display: [FW Promotion] Release 0.0.183.0 2023-09-20 16:24:09 -04:00
include drm/amd/display: switch DC over to the new DRM logging macros 2023-09-26 17:00:21 -04:00
modules drm/amd/display: prevent potential division by zero errors 2023-09-06 14:32:39 -04:00
Kconfig drm/amd/display: Allow building DC with clang on RISC-V 2023-07-21 16:52:25 -04:00
Makefile drm/amd/display: Drop CONFIG_DRM_AMD_DC_HDCP 2023-03-07 14:22:39 -05:00
TODO