mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 08:58:02 +02:00
r600g: remove more dead code
This commit is contained in:
parent
74027a9ba2
commit
0671400dcc
2 changed files with 0 additions and 9 deletions
|
|
@ -134,8 +134,6 @@ struct r600_pipe_resource_state {
|
|||
struct r600_block_reloc {
|
||||
struct r600_resource *bo;
|
||||
enum radeon_bo_usage bo_usage;
|
||||
unsigned flush_flags;
|
||||
unsigned flush_mask;
|
||||
unsigned bo_pm4_index;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -191,13 +191,6 @@ static void r600_init_block(struct r600_context *ctx,
|
|||
block->pm4_bo_index[j] = block->nbo;
|
||||
block->pm4[block->pm4_ndwords++] = PKT3(PKT3_NOP, 0, 0);
|
||||
block->pm4[block->pm4_ndwords++] = 0x00000000;
|
||||
if (reg[i+j].flags & REG_FLAG_RV6XX_SBU) {
|
||||
block->reloc[block->nbo].flush_flags = 0;
|
||||
block->reloc[block->nbo].flush_mask = 0;
|
||||
} else {
|
||||
block->reloc[block->nbo].flush_flags = reg[i+j].flush_flags;
|
||||
block->reloc[block->nbo].flush_mask = reg[i+j].flush_mask;
|
||||
}
|
||||
block->reloc[block->nbo].bo_pm4_index = block->pm4_ndwords - 1;
|
||||
}
|
||||
if ((ctx->screen->family > CHIP_R600) &&
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue