Home
last modified time | relevance | path

Searched refs:drm_crtc_funcs (Results 1 – 25 of 76) sorted by relevance

1234

/linux-6.3-rc2/include/drm/
A Ddrm_crtc.h407 struct drm_crtc_funcs { struct
1064 const struct drm_crtc_funcs *funcs;
1217 const struct drm_crtc_funcs *funcs,
1225 const struct drm_crtc_funcs *funcs,
1235 const struct drm_crtc_funcs *funcs,
A Ddrm_modeset_helper.h27 struct drm_crtc_funcs;
39 const struct drm_crtc_funcs *funcs);
/linux-6.3-rc2/drivers/gpu/drm/i915/display/
A Dintel_crtc.c229 static const struct drm_crtc_funcs bdw_crtc_funcs = {
238 static const struct drm_crtc_funcs ilk_crtc_funcs = {
247 static const struct drm_crtc_funcs g4x_crtc_funcs = {
256 static const struct drm_crtc_funcs i965_crtc_funcs = {
265 static const struct drm_crtc_funcs i915gm_crtc_funcs = {
274 static const struct drm_crtc_funcs i915_crtc_funcs = {
283 static const struct drm_crtc_funcs i8xx_crtc_funcs = {
295 const struct drm_crtc_funcs *funcs; in intel_crtc_init()
/linux-6.3-rc2/drivers/gpu/drm/vc4/tests/
A Dvc4_mock_crtc.c14 static const struct drm_crtc_funcs vc4_dummy_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/
A Ddrm_crtc.c250 const struct drm_crtc_funcs *funcs, in __drm_crtc_init_with_planes()
357 const struct drm_crtc_funcs *funcs, in drm_crtc_init_with_planes()
387 const struct drm_crtc_funcs *funcs, in __drmm_crtc_init_with_planes()
439 const struct drm_crtc_funcs *funcs, in drmm_crtc_init_with_planes()
460 const struct drm_crtc_funcs *funcs, in __drmm_crtc_alloc_with_planes()
A Ddrm_modeset_helper.c142 const struct drm_crtc_funcs *funcs) in drm_crtc_init()
/linux-6.3-rc2/drivers/gpu/drm/hisilicon/kirin/
A Dkirin_drm_drv.h45 const struct drm_crtc_funcs *crtc_funcs;
/linux-6.3-rc2/drivers/gpu/drm/gma500/
A Dgma_display.h76 extern const struct drm_crtc_funcs gma_crtc_funcs;
/linux-6.3-rc2/drivers/gpu/drm/mgag200/
A Dmgag200_g200eh3.c85 static const struct drm_crtc_funcs mgag200_g200eh3_crtc_funcs = {
A Dmgag200_g200ew3.c94 static const struct drm_crtc_funcs mgag200_g200ew3_crtc_funcs = {
A Dmgag200_g200eh.c181 static const struct drm_crtc_funcs mgag200_g200eh_crtc_funcs = {
A Dmgag200_g200er.c219 static const struct drm_crtc_funcs mgag200_g200er_crtc_funcs = {
A Dmgag200_g200ev.c220 static const struct drm_crtc_funcs mgag200_g200ev_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/fsl-dcu/
A Dfsl_dcu_drm_crtc.c159 static const struct drm_crtc_funcs fsl_dcu_drm_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/nouveau/dispnv50/
A Dhead.c526 static const struct drm_crtc_funcs
540 static const struct drm_crtc_funcs
577 const struct drm_crtc_funcs *funcs; in nv50_head_create()
/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos_drm_crtc.c163 static const struct drm_crtc_funcs exynos_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/sun4i/
A Dsun4i_crtc.c181 static const struct drm_crtc_funcs sun4i_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/imx/dcss/
A Ddcss-crtc.c44 static const struct drm_crtc_funcs dcss_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/mxsfb/
A Dmxsfb_kms.c485 static const struct drm_crtc_funcs mxsfb_crtc_funcs = {
496 static const struct drm_crtc_funcs mxsfb_crtc_with_crc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/logicvc/
A Dlogicvc_crtc.c215 static const struct drm_crtc_funcs logicvc_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/kmb/
A Dkmb_crtc.c57 static const struct drm_crtc_funcs kmb_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/vkms/
A Dvkms_crtc.c162 static const struct drm_crtc_funcs vkms_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/vc4/
A Dvc4_drv.h940 const struct drm_crtc_funcs *crtc_funcs,
945 const struct drm_crtc_funcs *crtc_funcs,
/linux-6.3-rc2/drivers/gpu/drm/sti/
A Dsti_crtc.c326 static const struct drm_crtc_funcs sti_crtc_funcs = {
/linux-6.3-rc2/drivers/gpu/drm/virtio/
A Dvirtgpu_display.c50 static const struct drm_crtc_funcs virtio_gpu_crtc_funcs = {

Completed in 45 milliseconds

1234