diff options
Diffstat (limited to 'drivers/gpu/drm/vc4/vc4_render_cl.c')
-rw-r--r-- | drivers/gpu/drm/vc4/vc4_render_cl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/vc4/vc4_render_cl.c b/drivers/gpu/drm/vc4/vc4_render_cl.c index 4339471f517f..5dc19429d4ae 100644 --- a/drivers/gpu/drm/vc4/vc4_render_cl.c +++ b/drivers/gpu/drm/vc4/vc4_render_cl.c | |||
@@ -182,8 +182,7 @@ static void emit_tile(struct vc4_exec_info *exec, | |||
182 | 182 | ||
183 | if (has_bin) { | 183 | if (has_bin) { |
184 | rcl_u8(setup, VC4_PACKET_BRANCH_TO_SUB_LIST); | 184 | rcl_u8(setup, VC4_PACKET_BRANCH_TO_SUB_LIST); |
185 | rcl_u32(setup, (exec->tile_bo->paddr + | 185 | rcl_u32(setup, (exec->tile_alloc_offset + |
186 | exec->tile_alloc_offset + | ||
187 | (y * exec->bin_tiles_x + x) * 32)); | 186 | (y * exec->bin_tiles_x + x) * 32)); |
188 | } | 187 | } |
189 | 188 | ||