output_fmts 295 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c unsigned int output_fmts = ATMEL_HLCDC_OUTPUT_MODE_MASK; output_fmts 313 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c output_fmts &= supported_fmts; output_fmts 315 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c output_fmts |= supported_fmts; output_fmts 318 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c if (!output_fmts) output_fmts 322 drivers/gpu/drm/atmel-hlcdc/atmel_hlcdc_crtc.c hstate->output_mode = fls(output_fmts) - 1;