Searched refs:crtc_mask (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_atomic_trace.h | 12 TP_PROTO(bool async, unsigned crtc_mask), 13 TP_ARGS(async, crtc_mask), 16 __field(u32, crtc_mask) 20 __entry->crtc_mask = crtc_mask; 23 __entry->async, __entry->crtc_mask) 27 TP_PROTO(bool async, unsigned crtc_mask), 28 TP_ARGS(async, crtc_mask), 31 __field(u32, crtc_mask) 35 __entry->crtc_mask = crtc_mask; 38 __entry->async, __entry->crtc_mask) [all …]
|
| /linux/drivers/gpu/drm/nouveau/nvkm/subdev/fb/ |
| H A D | ramnv40.c | 74 u32 crtc_mask = 0; in nv40_ram_prog() local 87 crtc_mask |= (1 << i); in nv40_ram_prog() 96 if (!(crtc_mask & (1 << i))) in nv40_ram_prog() 162 if (!(crtc_mask & (1 << i))) in nv40_ram_prog()
|
| /linux/drivers/gpu/drm/tidss/ |
| H A D | tidss_kms.c | 144 u32 crtc_mask; in tidss_dispc_modeset_init() local 206 crtc_mask = (1 << num_pipes) - 1; in tidss_dispc_modeset_init() 217 DRM_PLANE_TYPE_PRIMARY, crtc_mask, in tidss_dispc_modeset_init() 251 DRM_PLANE_TYPE_OVERLAY, crtc_mask, in tidss_dispc_modeset_init()
|
| H A D | tidss_plane.c | 189 u32 crtc_mask, const u32 *formats, in tidss_plane_create() argument 212 possible_crtcs = crtc_mask; in tidss_plane_create()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_helper.c | 1889 unsigned int crtc_mask = 0; in drm_atomic_helper_wait_for_vblanks() local 1906 crtc_mask |= drm_crtc_mask(crtc); in drm_atomic_helper_wait_for_vblanks() 1913 if (!(crtc_mask & drm_crtc_mask(crtc))) in drm_atomic_helper_wait_for_vblanks()
|
| /linux/drivers/gpu/drm/gma500/ |
| H A D | psb_intel_sdvo.c | 2176 psb_intel_sdvo->base.crtc_mask = (1 << 0) | (1 << 1); in psb_intel_sdvo_output_setup()
|