mirror of
https://github.com/torvalds/linux.git
synced 2026-04-28 19:42:31 -04:00
drm/nouveau/fifo/gk110-: support writing channel group runlist entries
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
11
drivers/gpu/drm/nouveau/nvkm/engine/fifo/cgrp.h
Normal file
11
drivers/gpu/drm/nouveau/nvkm/engine/fifo/cgrp.h
Normal file
@@ -0,0 +1,11 @@
|
||||
#ifndef __NVKM_FIFO_CGRP_H__
|
||||
#define __NVKM_FIFO_CGRP_H__
|
||||
#include "priv.h"
|
||||
|
||||
struct nvkm_fifo_cgrp {
|
||||
int id;
|
||||
struct list_head head;
|
||||
struct list_head chan;
|
||||
int chan_nr;
|
||||
};
|
||||
#endif
|
||||
Reference in New Issue
Block a user