This series contains a few cleanups to remove unneeded masking in cmdq calls and in the helpers that call to them throughout the mtk-mdp3 driver. All of the commits in this series are cleanups and don't cause any functional change. Signed-off-by: Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx> --- Nícolas F. R. A. Prado (4): media: platform: mtk-mdp3: Use cmdq_pkt_write when no mask is needed media: platform: mtk-mdp3: Remove useless variadic arguments from macros media: platform: mtk-mdp3: Remove mask parameter from MM_REG_WRITE macro media: platform: mtk-mdp3: Remove mask parameter from MM_REG_POLL macro .../media/platform/mediatek/mdp3/mtk-mdp3-cmdq.c | 6 +- .../media/platform/mediatek/mdp3/mtk-mdp3-comp.c | 537 +++++++++------------ .../media/platform/mediatek/mdp3/mtk-mdp3-comp.h | 29 +- 3 files changed, 253 insertions(+), 319 deletions(-) --- base-commit: bb1b0acdcd66e0d8eedee3570d249e076b89ab32 change-id: 20240822-mdp3-comp-cleanups-fb8c431c5462 Best regards, -- Nícolas F. R. A. Prado <nfraprado@xxxxxxxxxxxxx>