Searched refs:drm (Results 1 - 25 of 1909) sorted by path

1234567891011>>

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_afmt.c29 #include <drm/amdgpu_drm.h>
/linux-master/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_framebuffer.h10 #include <drm/drm_framebuffer.h>
/linux-master/drivers/gpu/drm/arm/
H A Dmalidp_mw.h11 int malidp_mw_connector_init(struct drm_device *drm);
12 void malidp_mw_atomic_commit(struct drm_device *drm,
/linux-master/drivers/gpu/drm/armada/
H A Darmada_crtc.h8 #include <drm/drm_crtc.h>
/linux-master/drivers/gpu/drm/
H A Ddrm_trace_points.c2 #include <drm/drm_file.h>
/linux-master/drivers/gpu/drm/fsl-dcu/
H A DMakefile2 fsl-dcu-drm-y := fsl_dcu_drm_drv.o \
8 obj-$(CONFIG_DRM_FSL_DCU) += fsl-dcu-drm.o
H A Dfsl_dcu_drm_drv.h5 * Freescale DCU drm device driver
11 #include <drm/drm_encoder.h>
189 struct drm_device *drm; member in struct:fsl_dcu_drm_device
/linux-master/drivers/gpu/drm/nouveau/dispnv50/
H A Dbase.c27 nv50_base_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) argument
43 struct nv50_disp *disp = nv50_disp(drm->dev);
48 NV_ERROR(drm, "No supported base class\n");
52 return bases[cid].new(drm, head, bases[cid].oclass, pwndw);
H A Dcurs907a.c25 curs907a_new(struct nouveau_drm *drm, int head, s32 oclass, argument
28 return curs507a_new_(&curs507a, drm, head, oclass,
H A Doimm.c27 nv50_oimm_init(struct nouveau_drm *drm, struct nv50_wndw *wndw) argument
41 struct nv50_disp *disp = nv50_disp(drm->dev);
46 NV_ERROR(drm, "No supported overlay immediate class\n");
50 return oimms[cid].init(drm, oimms[cid].oclass, wndw);
H A Dovly.c28 nv50_ovly_new(struct nouveau_drm *drm, int head, struct nv50_wndw **pwndw) argument
43 struct nv50_disp *disp = nv50_disp(drm->dev);
48 NV_ERROR(drm, "No supported overlay class\n");
52 ret = ovlys[cid].new(drm, head, ovlys[cid].oclass, pwndw);
56 return nv50_oimm_init(drm, *pwndw);
H A Dwimm.h5 int nv50_wimm_init(struct nouveau_drm *drm, struct nv50_wndw *);
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h37 struct nouveau_drm *drm = nouveau_drm((d)); \
38 ROM16(x) ? &drm->vbios.data[ROM16(x)] : NULL; \
H A Dnouveau_led.c40 struct nouveau_drm *drm = nouveau_drm(drm_dev); local
41 struct nvif_object *device = &drm->client.device.object;
57 struct nouveau_drm *drm = nouveau_drm(drm_dev); local
58 struct nvif_object *device = &drm->client.device.object;
80 struct nouveau_drm *drm = nouveau_drm(dev); local
81 struct nvkm_gpio *gpio = nvxx_gpio(&drm->client.device);
92 drm->led = kzalloc(sizeof(*drm->led), GFP_KERNEL);
93 if (!drm->led)
95 drm
115 struct nouveau_drm *drm = nouveau_drm(dev); local
124 struct nouveau_drm *drm = nouveau_drm(dev); local
133 struct nouveau_drm *drm = nouveau_drm(dev); local
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_trace_points.c6 #include <drm/radeon_drm.h>
/linux-master/drivers/gpu/drm/sti/
H A DMakefile2 sti-drm-y := \
22 obj-$(CONFIG_DRM_STI) = sti-drm.o
H A Dsti_awg_utils.c7 #include <drm/drm_print.h>
H A Dsti_gdp.h14 #include <drm/drm_plane.h>
/linux-master/drivers/gpu/drm/stm/
H A DMakefile2 stm-drm-y := \
8 obj-$(CONFIG_DRM_STM) += stm-drm.o
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_crtc.h25 struct sun4i_crtc *sun4i_crtc_init(struct drm_device *drm,
H A Dsun4i_framebuffer.h12 void sun4i_framebuffer_init(struct drm_device *drm);
H A Dsun4i_layer.h39 struct drm_plane **sun4i_layers_init(struct drm_device *drm,
H A Dsun4i_lvds.h10 int sun4i_lvds_init(struct drm_device *drm, struct sun4i_tcon *tcon);
H A Dsun4i_rgb.h12 int sun4i_rgb_init(struct drm_device *drm, struct sun4i_tcon *tcon);
H A Dsun8i_vi_scaler.h12 #include <drm/drm_fourcc.h>

Completed in 332 milliseconds

1234567891011>>