Home
last modified time | relevance | path

Searched refs:DRM_MODE_RES_MM (Results 1 – 3 of 3) sorted by relevance

/Linux-v6.6/include/drm/
Ddrm_modes.h146 #define DRM_MODE_RES_MM(res, dpi) \ macro
/Linux-v6.6/drivers/gpu/drm/tiny/
Dsimpledrm.c707 width_mm = DRM_MODE_RES_MM(width, 96ul); in simpledrm_device_create()
709 height_mm = DRM_MODE_RES_MM(height, 96ul); in simpledrm_device_create()
Dofdrm.c1070 DRM_MODE_RES_MM(width, 96ul), in ofdrm_mode()
1071 DRM_MODE_RES_MM(height, 96ul)) in ofdrm_mode()