diff --git a/src/v4p/drm.c b/src/v4p/drm.c index fc4093562..f0db7d2ac 100644 --- a/src/v4p/drm.c +++ b/src/v4p/drm.c @@ -75,7 +75,8 @@ us_drm_s *us_drm_init(void) { us_drm_s *drm; US_CALLOC(drm, 1); - drm->path = "/dev/dri/card0"; + // drm->path = "/dev/dri/card0"; + drm->path = "/dev/dri/by-path/platform-gpu-card"; drm->port = "HDMI-A-1"; drm->n_bufs = 4; drm->timeout = 5;