Home
last modified time | relevance | path

Searched refs:drm_debug (Results 1 – 15 of 15) sorted by relevance

/OK3568_Linux_fs/external/mpp/osal/allocator/
H A Dallocator_drm.c38 static RK_U32 drm_debug = 0; variable
45 #define drm_dbg(flag, fmt, ...) _mpp_dbg_f(drm_debug, flag, fmt, ## __VA_ARGS__)
146 mpp_env_get_u32("drm_debug", &drm_debug, 0); in os_allocator_drm_open()
/OK3568_Linux_fs/buildroot/package/weston/
H A D0040-HACK-backend-drm-Workaround-atomic-flip-for-BSP-4.4-.patch21 drm_debug(b, "[atomic][CRTC:%u] flip processing started\n", crtc_id);
H A D0017-backend-drm-Support-mirror-mode.patch603 drm_debug(b, "\t[repaint] preparing state for output %s (%lu)\n",
609 + drm_debug(b, "\t[state] no overlay plane in mirror mode\n");
611 drm_debug(b, "\t[repaint] trying planes-only build state\n");
H A D0016-backend-drm-Support-virtual-screen-size.patch336 drm_debug(backend, "\t[CRTC:%u, PLANE:%u] FORMAT: %s\n",
H A D0015-backend-drm-Support-selecting-monitors.patch864 + drm_debug(b, "\t\t\t[atomic] output state invalid, modeset OK\n");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_10.0.2/
H A D0037-HACK-backend-drm-Workaround-atomic-flip-for-BSP-4.4-.patch21 drm_debug(b, "[atomic][CRTC:%u] flip processing started\n", crtc_id);
H A D0015-backend-drm-Support-mirror-mode.patch598 drm_debug(b, "\t[repaint] preparing state for output %s (%lu)\n",
604 + drm_debug(b, "\t[state] no overlay plane in mirror mode\n");
606 drm_debug(b, "\t[repaint] trying planes-only build state\n");
H A D0028-backend-drm-Add-dummy-output-when-no-screens-connect.patch360 drm_debug(b, "\t\t[atomic] disabling inactive head %s\n",
H A D0014-backend-drm-Support-virtual-screen-size.patch350 drm_debug(backend, "\t[CRTC:%u, PLANE:%u] FORMAT: %s\n",
H A D0013-backend-drm-Support-selecting-monitors.patch861 + drm_debug(b, "\t\t\t[atomic] output state invalid, modeset OK\n");
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-graphics/wayland/weston_11.0.1/
H A D0040-HACK-backend-drm-Workaround-atomic-flip-for-BSP-4.4-.patch21 drm_debug(b, "[atomic][CRTC:%u] flip processing started\n", crtc_id);
H A D0017-backend-drm-Support-mirror-mode.patch601 drm_debug(b, "\t[repaint] preparing state for output %s (%lu)\n",
607 + drm_debug(b, "\t[state] no overlay plane in mirror mode\n");
609 drm_debug(b, "\t[repaint] trying planes-only build state\n");
H A D0016-backend-drm-Support-virtual-screen-size.patch336 drm_debug(backend, "\t[CRTC:%u, PLANE:%u] FORMAT: %s\n",
H A D0015-backend-drm-Support-selecting-monitors.patch864 + drm_debug(b, "\t\t\t[atomic] output state invalid, modeset OK\n");
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_drv.c57 static unsigned int drm_debug; variable
58 module_param_named(debug, drm_debug, int, 0600);
62 return unlikely(drm_debug & category); in rockchip_drm_debug_enabled()