hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/drivers/gpu/drm/nouveau/dispnv04/tvnv04.c
....@@ -24,7 +24,6 @@
2424 *
2525 */
2626
27
-#include <drm/drmP.h>
2827 #include "nouveau_drv.h"
2928 #include "nouveau_reg.h"
3029 #include "nouveau_encoder.h"
....@@ -173,7 +172,7 @@
173172 helper->dpms(encoder, DRM_MODE_DPMS_ON);
174173
175174 NV_DEBUG(drm, "Output %s is running on CRTC %d using output %c\n",
176
- nouveau_encoder_connector_get(nv_encoder)->base.name,
175
+ nv04_encoder_get_connector(nv_encoder)->base.name,
177176 nv_crtc->index, '@' + ffs(nv_encoder->dcb->or));
178177 }
179178