Home
last modified time | relevance | path

Searched refs:NUM_TV_NORMS (Results 1 – 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/dispnv04/
Dtvnv17.h67 NUM_TV_NORMS enumerator
88 extern const char * const nv17_tv_norm_names[NUM_TV_NORMS];
112 } nv17_tv_norms[NUM_TV_NORMS];
Dtvmodesnv17.c34 const char * const nv17_tv_norm_names[NUM_TV_NORMS] = {
51 struct nv17_tv_norm_params nv17_tv_norms[NUM_TV_NORMS] = {
Dtvnv17.c642 int num_tv_norms = dcb->tvconf.has_component_output ? NUM_TV_NORMS : in nv17_tv_create_resources()
/drivers/gpu/drm/i2c/
Dch7006_drv.c253 drm_mode_create_tv_properties(dev, NUM_TV_NORMS, ch7006_tv_norm_names); in ch7006_encoder_create_resources()
467 for (i = 0; i < NUM_TV_NORMS; i++) { in ch7006_encoder_init()
474 if (i == NUM_TV_NORMS) in ch7006_encoder_init()
Dch7006_priv.h46 NUM_TV_NORMS enumerator