mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-24 19:12:14 +00:00
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>
7 lines
175 B
C
7 lines
175 B
C
/* SPDX-License-Identifier: MIT */
|
|
#ifndef __NVIF_CL0046_H__
|
|
#define __NVIF_CL0046_H__
|
|
|
|
#define NV04_DISP_NTFY_CONN 0x01
|
|
#endif
|