HomeSort by: relevance | last modified time | path
    Searched defs:block_h (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fourcc.h 80 * triplet @char_per_block, @block_w, @block_h for better
91 * @block_w and @block_h this is used to properly describe tiles
121 * @block_h:
126 u8 block_h[4]; member in struct:drm_format_info
  /src/sys/arch/arm/rockchip/
rk_vop.c 317 uint32_t block_h, block_w, x, y, block_start_y, num_hblocks; local in function:rk_vop_plane_atomic_update
359 block_h = drm_format_info_block_height(sfb->base.format, 0);
363 block_start_y = (y / block_h) * block_h;

Completed in 112 milliseconds