disp.h (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) disp.h (cb55cd0c66a16fd965a44e2634755b060dc64bd7)
1#ifndef __NV50_KMS_H__
2#define __NV50_KMS_H__
3#include <nvif/mem.h>
4
5#include "nouveau_display.h"
6
7struct nv50_disp {
8 struct nvif_disp *disp;

--- 31 unchanged lines hidden (view full) ---

40 NV50_DISP_INTERLOCK_WIMM,
41 NV50_DISP_INTERLOCK__SIZE
42 } type;
43 u32 data;
44};
45
46void corec37d_ntfy_init(struct nouveau_bo *, u32);
47
1#ifndef __NV50_KMS_H__
2#define __NV50_KMS_H__
3#include <nvif/mem.h>
4
5#include "nouveau_display.h"
6
7struct nv50_disp {
8 struct nvif_disp *disp;

--- 31 unchanged lines hidden (view full) ---

40 NV50_DISP_INTERLOCK_WIMM,
41 NV50_DISP_INTERLOCK__SIZE
42 } type;
43 u32 data;
44};
45
46void corec37d_ntfy_init(struct nouveau_bo *, u32);
47
48void head907d_olut_load(struct drm_color_lut *, int size, void __iomem *);
49
48struct nv50_chan {
49 struct nvif_object user;
50 struct nvif_device *device;
51};
52
53struct nv50_dmac {
54 struct nv50_chan base;
55

--- 34 unchanged lines hidden ---
50struct nv50_chan {
51 struct nvif_object user;
52 struct nvif_device *device;
53};
54
55struct nv50_dmac {
56 struct nv50_chan base;
57

--- 34 unchanged lines hidden ---