mirror of
https://github.com/torvalds/linux.git
synced 2026-04-19 07:13:56 -04:00
drm/amdgpu/dc/mst: Rename dp_mst_stream_allocation(_table)
Just to make this more clear to outside contributors that these are DC-specific structs, as this also threw me into a loop a number of times before I figured out the purpose of this. Signed-off-by: Lyude Paul <lyude@redhat.com> Cc: Wayne Lin <Wayne.Lin@amd.com> Cc: Fangzhi Zuo <Jerry.Zuo@amd.com> Acked-by: Jani Nikula <jani.nikula@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20220817193847.557945-2-lyude@redhat.com
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
#include "dc_types.h"
|
||||
#include "dc.h"
|
||||
|
||||
struct dp_mst_stream_allocation_table;
|
||||
struct dc_dp_mst_stream_allocation_table;
|
||||
struct aux_payload;
|
||||
enum aux_return_code_type;
|
||||
|
||||
@@ -77,7 +77,7 @@ void dm_helpers_dp_update_branch_info(
|
||||
bool dm_helpers_dp_mst_write_payload_allocation_table(
|
||||
struct dc_context *ctx,
|
||||
const struct dc_stream_state *stream,
|
||||
struct dp_mst_stream_allocation_table *proposed_table,
|
||||
struct dc_dp_mst_stream_allocation_table *proposed_table,
|
||||
bool enable);
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user