From 579ea57db940489107bc5f93e4d4d65112eb9227 Mon Sep 17 00:00:00 2001 From: Dmitry Baryshkov Date: Sat, 2 Dec 2023 17:43:34 +0200 Subject: [PATCH] freedreno/regs: add mdp_fetch_mode enum Basing on the DPU driver, add the mdp_fetch_mode enum. It describes the SSPP fetching mode: linear, UBWC or tiled. Signed-off-by: Dmitry Baryshkov Part-of: --- src/freedreno/registers/mdp/mdp_common.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/freedreno/registers/mdp/mdp_common.xml b/src/freedreno/registers/mdp/mdp_common.xml index 661697326e6..5661526e6be 100644 --- a/src/freedreno/registers/mdp/mdp_common.xml +++ b/src/freedreno/registers/mdp/mdp_common.xml @@ -62,6 +62,12 @@ xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd"> + + + + + +