Symbol: drm_format_info
sys/dev/drm/drm_fourcc.c
157
const struct drm_format_info *__drm_format_info(u32 format)
sys/dev/drm/drm_fourcc.c
159
static const struct drm_format_info formats[] = {
sys/dev/drm/drm_fourcc.c
251
const struct drm_format_info *drm_format_info(u32 format)
sys/dev/drm/drm_fourcc.c
253
const struct drm_format_info *info;
sys/dev/drm/drm_fourcc.c
259
EXPORT_SYMBOL(drm_format_info);
sys/dev/drm/drm_fourcc.c
270
const struct drm_format_info *
sys/dev/drm/drm_fourcc.c
274
const struct drm_format_info *info = NULL;
sys/dev/drm/drm_fourcc.c
280
info = drm_format_info(mode_cmd->pixel_format);
sys/dev/drm/drm_fourcc.c
295
const struct drm_format_info *info;
sys/dev/drm/drm_fourcc.c
297
info = drm_format_info(format);
sys/dev/drm/drm_fourcc.c
312
const struct drm_format_info *info;
sys/dev/drm/drm_fourcc.c
314
info = drm_format_info(format);
sys/dev/drm/drm_fourcc.c
332
const struct drm_format_info *info;
sys/dev/drm/drm_fourcc.c
334
info = drm_format_info(format);
sys/dev/drm/drm_fourcc.c
349
const struct drm_format_info *info;
sys/dev/drm/drm_fourcc.c
351
info = drm_format_info(format);
sys/dev/drm/drm_fourcc.c
367
const struct drm_format_info *info;
sys/dev/drm/drm_fourcc.c
369
info = drm_format_info(format);
sys/dev/drm/drm_fourcc.c
391
const struct drm_format_info *info;
sys/dev/drm/drm_fourcc.c
393
info = drm_format_info(format);
sys/dev/drm/drm_framebuffer.c
148
const struct drm_format_info *format, int plane)
sys/dev/drm/drm_framebuffer.c
157
const struct drm_format_info *format, int plane)
sys/dev/drm/drm_framebuffer.c
168
const struct drm_format_info *info;
sys/dev/drm/drm_gem_framebuffer_helper.c
152
const struct drm_format_info *info;
sys/dev/drm/i915/i915_drv.h
552
const struct drm_format_info *format;
sys/dev/drm/i915/i915_drv.h
575
const struct drm_format_info *format;
sys/dev/drm/i915/intel_display.c
2446
static const struct drm_format_info ccs_formats[] = {
sys/dev/drm/i915/intel_display.c
2453
static const struct drm_format_info *
sys/dev/drm/i915/intel_display.c
2454
lookup_format_info(const struct drm_format_info formats[],
sys/dev/drm/i915/intel_display.c
2467
static const struct drm_format_info *
sys/dev/drm/i915/intel_display.c
7897
fb->format = drm_format_info(fourcc);
sys/dev/drm/i915/intel_display.c
8934
fb->format = drm_format_info(fourcc);
sys/dev/drm/include/drm/drm_fourcc.h
85
const struct drm_format_info *__drm_format_info(u32 format);
sys/dev/drm/include/drm/drm_fourcc.h
86
const struct drm_format_info *drm_format_info(u32 format);
sys/dev/drm/include/drm/drm_fourcc.h
87
const struct drm_format_info *
sys/dev/drm/include/drm/drm_framebuffer.h
134
const struct drm_format_info *format;
sys/dev/drm/include/drm/drm_mode_config.h
38
struct drm_format_info;
sys/dev/drm/include/drm/drm_mode_config.h
86
const struct drm_format_info *(*get_format_info)(const struct drm_mode_fb_cmd2 *mode_cmd);