Home
last modified time | relevance | path

Searched refs:slots_per_band (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c94 unsigned long slots_per_band = PAGE_SIZE / slot_bytes; in l2r_t2b() local
102 /* FIXME Return error if slots_per_band > stride */ in l2r_t2b()
109 if (bit_offset > 0 && (*pos % slots_per_band != bit_offset)) { in l2r_t2b()
110 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()
148 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/
H A Dtcm-sita.c86 unsigned long slots_per_band = PAGE_SIZE / slot_bytes; in l2r_t2b() local
94 /* FIXME Return error if slots_per_band > stride */ in l2r_t2b()
101 if (bit_offset > 0 && (*pos % slots_per_band != bit_offset)) { in l2r_t2b()
102 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()
140 curr_bit = ALIGN(*pos, slots_per_band) + bit_offset; in l2r_t2b()

Completed in 2 milliseconds