]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd/display: Extend dc_plane_get_status with flags
authorTomasz Siemek <Tomasz.Siemek@amd.com>
Fri, 11 Apr 2025 13:05:42 +0000 (15:05 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 16 May 2025 17:38:25 +0000 (13:38 -0400)
commitc9b4fa034c808200ae45758501a4ab803ac532be
tree191a5b20379d6ad114aab289a228c3f85247ac7d
parent13d0724f0ffe92971ef5a0da819f75c76c01d92e
drm/amd/display: Extend dc_plane_get_status with flags

[WHY]
dc_plane_get_status may be used for reading other plane properties
in the future.

[HOW]
Provide API for choosing plane properties to read.

Reviewed-by: Charlene Liu <charlene.liu@amd.com>
Reviewed-by: Aric Cyr <aric.cyr@amd.com>
Reviewed-by: Swapnil Patel <swapnil.patel@amd.com>
Signed-off-by: Tomasz Siemek <Tomasz.Siemek@amd.com>
Signed-off-by: Tom Chung <chiahsuan.chung@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/core/dc_surface.c
drivers/gpu/drm/amd/display/dc/dc_plane.h