Searched refs:NB_PF (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/gpu/drm/stm/
H A Dltdc.c238 #define NB_PF 8 /* Max nb of HW pixel format */ macro
269 static const enum ltdc_pix_fmt ltdc_pix_fmt_a0[NB_PF] = {
280 static const enum ltdc_pix_fmt ltdc_pix_fmt_a1[NB_PF] = {
291 static const enum ltdc_pix_fmt ltdc_pix_fmt_a2[NB_PF] = {
590 ret = NB_PF; /* error case, trace msg is handled by the caller */
1311 for (val = 0; val < NB_PF; val++)
1316 if (ldev->caps.pix_fmt_flex && val == NB_PF)
1319 if (val == NB_PF) {

Completed in 165 milliseconds