/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_modeset_helper.h | 27 struct drm_crtc_funcs; 39 const struct drm_crtc_funcs *funcs);
|
H A D | drm_crtc.h | 398 * struct drm_crtc_funcs - control CRTCs for a given device 400 * The drm_crtc_funcs structure is the central CRTC management structure 409 struct drm_crtc_funcs { struct 1066 const struct drm_crtc_funcs *funcs; 1209 const struct drm_crtc_funcs *funcs,
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_modeset_helper.h | 27 struct drm_crtc_funcs; 39 const struct drm_crtc_funcs *funcs);
|
H A D | drm_crtc.h | 391 * struct drm_crtc_funcs - control CRTCs for a given device 393 * The drm_crtc_funcs structure is the central CRTC management structure 402 struct drm_crtc_funcs { struct 1059 const struct drm_crtc_funcs *funcs; 1212 const struct drm_crtc_funcs *funcs, 1220 const struct drm_crtc_funcs *funcs, 1230 const struct drm_crtc_funcs *funcs, 1247 * The @drm_crtc_funcs.destroy hook must be NULL.
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_crtc.c | 234 static const struct drm_crtc_funcs bdw_crtc_funcs = { 243 static const struct drm_crtc_funcs ilk_crtc_funcs = { 252 static const struct drm_crtc_funcs g4x_crtc_funcs = { 261 static const struct drm_crtc_funcs i965_crtc_funcs = { 270 static const struct drm_crtc_funcs i915gm_crtc_funcs = { 279 static const struct drm_crtc_funcs i915_crtc_funcs = { 288 static const struct drm_crtc_funcs i8xx_crtc_funcs = { 300 const struct drm_crtc_funcs *funcs; in intel_crtc_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_crtc.c | 69 * &drm_crtc_funcs.set_config, legacy plane operations, see 70 * &drm_crtc_funcs.page_flip and &drm_crtc_funcs.cursor_set2, and other legacy 71 * operations like &drm_crtc_funcs.gamma_set. For atomic drivers all these 250 const struct drm_crtc_funcs *funcs, in __drm_crtc_init_with_planes() 339 * The &drm_crtc_funcs.destroy hook should call drm_crtc_cleanup() and kfree() 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() 428 * The @drm_crtc_funcs.destroy hook must be NULL. 439 const struct drm_crtc_funcs *func in drmm_crtc_init_with_planes() [all...] |
H A D | drm_modeset_helper.c | 142 const struct drm_crtc_funcs *funcs) in drm_crtc_init()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_drv.h | 45 const struct drm_crtc_funcs *crtc_funcs;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_drv.h | 45 const struct drm_crtc_funcs *crtc_funcs;
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/tests/ |
H A D | vc4_mock_crtc.c | 14 static const struct drm_crtc_funcs vc4_dummy_crtc_funcs = {
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gma500/ |
H A D | gma_display.h | 76 extern const struct drm_crtc_funcs gma_crtc_funcs;
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_modeset_helper.c | 170 const struct drm_crtc_funcs *funcs) in drm_crtc_init()
|
H A D | drm_simple_kms_helper.c | 156 static const struct drm_crtc_funcs drm_simple_kms_crtc_funcs = {
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mgag200/ |
H A D | mgag200_g200eh3.c | 85 static const struct drm_crtc_funcs mgag200_g200eh3_crtc_funcs = {
|
H A D | mgag200_g200ew3.c | 94 static const struct drm_crtc_funcs mgag200_g200ew3_crtc_funcs = {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/ |
H A D | loongson_crtc.c | 197 * The drm_crtc_funcs structure is the central CRTC management structure 200 static const struct drm_crtc_funcs loongson_swcursor_crtc_funcs = { 211 static const struct drm_crtc_funcs loongson_hwcursor_crtc_funcs = {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 503 static const struct drm_crtc_funcs 518 static const struct drm_crtc_funcs 556 const struct drm_crtc_funcs *funcs; in nv50_head_create()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | head.c | 526 static const struct drm_crtc_funcs 540 static const struct drm_crtc_funcs 577 const struct drm_crtc_funcs *funcs; in nv50_head_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/arc/ |
H A D | arcpgu_crtc.c | 53 static const struct drm_crtc_funcs arc_pgu_crtc_funcs = {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_crtc.c | 160 static const struct drm_crtc_funcs exynos_crtc_funcs = {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_crtc.c | 157 static const struct drm_crtc_funcs fsl_dcu_drm_crtc_funcs = {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/imx/dcss/ |
H A D | dcss-crtc.c | 43 static const struct drm_crtc_funcs dcss_crtc_funcs = {
|
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/ |
H A D | sun4i_crtc.c | 175 static const struct drm_crtc_funcs sun4i_crtc_funcs = {
|
/kernel/linux/linux-6.6/drivers/gpu/drm/exynos/ |
H A D | exynos_drm_crtc.c | 162 static const struct drm_crtc_funcs exynos_crtc_funcs = {
|
/kernel/linux/linux-6.6/drivers/gpu/drm/fsl-dcu/ |
H A D | fsl_dcu_drm_crtc.c | 159 static const struct drm_crtc_funcs fsl_dcu_drm_crtc_funcs = {
|