mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 13:48:06 +02:00
etnaviv: remove variable from global namespace
Found out by accident this was clashing with another driver.
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Reviewed-by: Kristian H. Kristensen <hoegsberg@google.com>
Cc: <mesa-stable@lists.freedesktop.org>
(cherry picked from commit 701e0ac077)
This commit is contained in:
parent
9d13289ad4
commit
ae4f569232
1 changed files with 1 additions and 1 deletions
|
|
@ -402,7 +402,7 @@ enum modifier_priority {
|
|||
MODIFIER_PRIORITY_SUPER_TILED,
|
||||
};
|
||||
|
||||
const uint64_t priority_to_modifier[] = {
|
||||
static const uint64_t priority_to_modifier[] = {
|
||||
[MODIFIER_PRIORITY_INVALID] = DRM_FORMAT_MOD_INVALID,
|
||||
[MODIFIER_PRIORITY_LINEAR] = DRM_FORMAT_MOD_LINEAR,
|
||||
[MODIFIER_PRIORITY_SPLIT_TILED] = DRM_FORMAT_MOD_VIVANTE_SPLIT_TILED,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue