diff options
author | Harry Wentland <harry.wentland@amd.com> | 2022-10-27 14:17:48 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2023-09-28 15:44:36 -0400 |
commit | 30a24318cc8f4947c6567c78997c8deb546e7a0b (patch) | |
tree | 05c4483f4d505d79c10d87f233251327ccd88b2c /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | 1934907234c86514475b00c8169e7b56ef29ed52 (diff) |
drm/amd/display: Skip writeback connector when we get amdgpu_dm_connector
[WHY]
Writeback connectors are based on a different object:
drm_writeback_connector, and are therefore different from
amdgpu_dm_connector. We need to be careful to ensure code
designed for amdgpu_dm_connector doesn't inadvertently try
to operate on a drm_writeback_connector.
[HOW]
Skip them when connector type is DRM_MODE_CONNECTOR_WRITEBACK.
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
0 files changed, 0 insertions, 0 deletions