Home
last modified time | relevance | path

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

/linux/include/drm/
H A Ddrm_modes.h146 #define DRM_MODE_RES_MM(res, dpi) \ macro
/linux/drivers/gpu/drm/tiny/
H A Dsimpledrm.c866 width_mm = DRM_MODE_RES_MM(width, 96ul); in simpledrm_device_create()
868 height_mm = DRM_MODE_RES_MM(height, 96ul); in simpledrm_device_create()
H A Dofdrm.c1083 DRM_MODE_RES_MM(width, 96ul), in ofdrm_mode()
1084 DRM_MODE_RES_MM(height, 96ul)) in ofdrm_mode()