Home
last modified time | relevance | path

Searched refs:tile_w (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/platform/
Dvim2m.c210 int tile_w, bytes_left; in device_process() local
232 tile_w = (width * (q_data[V4L2_M2M_DST].fmt->depth >> 3)) in device_process()
234 bytes_left = bytesperline - tile_w * MEM2MEM_NUM_TILES; in device_process()
259 for (x = 0; x < tile_w; ++x) in device_process()
263 for (x = 0; x < tile_w; ++x) in device_process()
276 p_out += MEM2MEM_NUM_TILES * tile_w; in device_process()
279 for (x = 0; x < tile_w; ++x) in device_process()
283 for (x = 0; x < tile_w; ++x) in device_process()
299 for (x = 0; x < tile_w; ++x) in device_process()
303 for (x = 0; x < tile_w; ++x) in device_process()
[all …]
/linux-4.1.27/drivers/gpu/drm/exynos/
Dexynos_drm_gsc.c116 u32 tile_w; member