drm/vc4: crtc: Move debugfs_name to crtc_data
[platform/kernel/linux-starfive.git] / drivers / gpu / drm / vc4 / vc4_txp.c
index d20b0bc..20e08e3 100644 (file)
@@ -461,6 +461,7 @@ static irqreturn_t vc4_txp_interrupt(int irq, void *data)
 }
 
 static const struct vc4_crtc_data vc4_txp_crtc_data = {
+       .debugfs_name = "txp_regs",
        .hvs_available_channels = BIT(2),
        .hvs_output = 2,
 };