mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
i965/gen8+: Remove false perf debug message about MOCS
We support MOCS on both gen8 and gen9, so the message seems meaningless. Remove it to avoid confusion. Trivial. Signed-off-by: Ben Widawsky <ben@bwidawsk.net> Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
parent
9cd4f90242
commit
5069e4bd40
1 changed files with 0 additions and 3 deletions
|
|
@ -32,9 +32,6 @@
|
|||
static void upload_state_base_address(struct brw_context *brw)
|
||||
{
|
||||
uint32_t mocs_wb = brw->gen >= 9 ? SKL_MOCS_WB : BDW_MOCS_WB;
|
||||
|
||||
perf_debug("Missing MOCS setup for STATE_BASE_ADDRESS.");
|
||||
|
||||
int pkt_len = brw->gen >= 9 ? 19 : 16;
|
||||
|
||||
BEGIN_BATCH(pkt_len);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue