Also fixes vblank interrupts being left enabled when they're not meant to be as a result of races/bugs in previous event handling code. v2: - use ?: (lyude) Signed-off-by: Ben Skeggs <bskeggs@redhat.com> Reviewed-by: Lyude Paul <lyude@redhat.com>
6 lines
175 B
C
6 lines
175 B
C
/* SPDX-License-Identifier: MIT */
|
|
#ifndef __NVIF_CL0046_H__
|
|
#define __NVIF_CL0046_H__
|
|
|
|
#define NV04_DISP_NTFY_CONN 0x01
|
|
#endif
|