linux/drivers/gpu/drm/nouveau/include/nvkm
Ben Skeggs 1b255f1ccc drm/nouveau/disp: add output class
Will be used to more cleanly implement existing method interfaces that
take some confusing (IEDTkey, inherited from VBIOS, which RM no longer
uses on Ampere) match values to determine which display path to operate
on.

Methods will be protected from racing with supervisor, and from being
called where they shouldn't be (ie. without an OR assigned).

v2:
- use ?: (lyude)
v3:
- fix return code if noacquire() method fails

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
2022-07-27 09:05:49 +10:00
..
core drm/nouveau/device: remove pwrsrc notify in favour of a direct call to clk 2022-07-13 13:56:04 +10:00
engine drm/nouveau/disp: add supervisor mutex 2022-07-27 09:05:48 +10:00
subdev drm/nouveau/disp: add output class 2022-07-27 09:05:49 +10:00