mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-02 15:43:35 -04:00
drm/amd/display: Drop unused privacy_mask setters and getters
[Why and How] dwbc_funcs.set/get_privacy_mask isn't being used anymore, drop it Reviewed-by: Charlene Liu <Charlene.Liu@amd.com> Acked-by: Alan Liu <HaoPing.Liu@amd.com> Signed-off-by: Oliver Logush <oliver.logush@amd.com> Tested-by: Daniel Wheeler <daniel.wheeler@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
5f034aef84
commit
85ee819fd0
@@ -219,12 +219,6 @@ struct dwbc_funcs {
|
||||
struct dwbc *dwbc,
|
||||
const struct dc_transfer_func *in_transfer_func_dwb_ogam);
|
||||
|
||||
void (*get_privacy_mask)(
|
||||
struct dwbc *dwbc, uint32_t *mask_id);
|
||||
|
||||
void (*set_privacy_mask)(
|
||||
struct dwbc *dwbc, uint32_t mask_id);
|
||||
|
||||
//TODO: merge with output_transfer_func?
|
||||
bool (*dwb_ogam_set_input_transfer_func)(
|
||||
struct dwbc *dwbc,
|
||||
|
||||
Reference in New Issue
Block a user