radeonsi: remove unused NO_RB_PLUS flag
authorPierre-Eric Pelloux-Prayer <pierre-eric.pelloux-prayer@amd.com>
Tue, 10 Nov 2020 09:30:54 +0000 (10:30 +0100)
committerMarge Bot <eric+marge@anholt.net>
Fri, 13 Nov 2020 11:19:58 +0000 (11:19 +0000)
It's not used since https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/1751.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7525>

docs/envvars.rst
src/gallium/drivers/radeonsi/si_pipe.c
src/gallium/drivers/radeonsi/si_pipe.h

index 363f0aa..867214c 100644 (file)
@@ -679,8 +679,6 @@ radeonsi driver environment variables
    Disable MSAA compression
 ``nohyperz``
    Disable Hyper-Z
-``norbplus``
-   Disable RB+.
 ``no2d``
    Disable 2D tiling
 ``info``
index 24e8780..d849841 100644 (file)
@@ -108,7 +108,6 @@ static const struct debug_named_value debug_options[] = {
    {"dpbb", DBG(DPBB), "Enable DPBB."},
    {"dfsm", DBG(DFSM), "Enable DFSM."},
    {"nohyperz", DBG(NO_HYPERZ), "Disable Hyper-Z"},
-   {"norbplus", DBG(NO_RB_PLUS), "Disable RB+."},
    {"no2d", DBG(NO_2D_TILING), "Disable 2D tiling"},
    {"notiling", DBG(NO_TILING), "Disable tiling"},
    {"nodcc", DBG(NO_DCC), "Disable DCC."},
index acf0aa6..c9dec48 100644 (file)
@@ -202,7 +202,6 @@ enum
    DBG_DPBB,
    DBG_DFSM,
    DBG_NO_HYPERZ,
-   DBG_NO_RB_PLUS,
    DBG_NO_2D_TILING,
    DBG_NO_TILING,
    DBG_NO_DCC,