drm_format_info_block_width 213 drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c u32 block_w = drm_format_info_block_width(fb->format, 0); drm_format_info_block_width 254 drivers/gpu/drm/arm/display/komeda/komeda_framebuffer.c block_w = drm_format_info_block_width(fb->format, plane); drm_format_info_block_width 538 drivers/gpu/drm/arm/malidp_planes.c block_w = drm_format_info_block_width(fb->format, 0); drm_format_info_block_width 69 drivers/gpu/drm/drm_fb_cma_helper.c u32 block_w = drm_format_info_block_width(fb->format, plane); drm_format_info_block_width 1315 drivers/gpu/drm/drm_fb_helper.c if ((drm_format_info_block_width(fb->format, 0) > 1) || drm_format_info_block_width 1681 drivers/gpu/drm/drm_fb_helper.c WARN_ON((drm_format_info_block_width(fb->format, 0) > 1) || drm_format_info_block_width 353 drivers/gpu/drm/drm_fourcc.c EXPORT_SYMBOL(drm_format_info_block_width); drm_format_info_block_width 392 drivers/gpu/drm/drm_fourcc.c drm_format_info_block_width(info, plane) * drm_format_info_block_width 20 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 0) != 0); drm_format_info_block_width 21 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, -1) != 0); drm_format_info_block_width 22 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 1) != 0); drm_format_info_block_width 27 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 0) != 1); drm_format_info_block_width 28 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 1) != 0); drm_format_info_block_width 29 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, -1) != 0); drm_format_info_block_width 34 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 0) != 1); drm_format_info_block_width 35 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 1) != 1); drm_format_info_block_width 36 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 2) != 0); drm_format_info_block_width 37 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, -1) != 0); drm_format_info_block_width 42 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 0) != 1); drm_format_info_block_width 43 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 1) != 1); drm_format_info_block_width 44 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 2) != 1); drm_format_info_block_width 45 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 3) != 0); drm_format_info_block_width 46 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, -1) != 0); drm_format_info_block_width 51 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 0) != 2); drm_format_info_block_width 52 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, 1) != 0); drm_format_info_block_width 53 drivers/gpu/drm/selftests/test-drm_format.c FAIL_ON(drm_format_info_block_width(info, -1) != 0); drm_format_info_block_width 315 include/drm/drm_fourcc.h unsigned int drm_format_info_block_width(const struct drm_format_info *info,