mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +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>
This commit is contained in:
parent
7f6b9baee2
commit
701e0ac077
1 changed files with 1 additions and 1 deletions
|
|
@ -384,7 +384,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