/Linux-v5.10/include/drm/ |
D | drm_gem_framebuffer_helper.h | 11 struct drm_mode_fb_cmd2; 27 const struct drm_mode_fb_cmd2 *mode_cmd, 31 const struct drm_mode_fb_cmd2 *mode_cmd, 35 const struct drm_mode_fb_cmd2 *mode_cmd); 38 const struct drm_mode_fb_cmd2 *mode_cmd); 44 const struct drm_mode_fb_cmd2 *mode_cmd,
|
D | drm_modeset_helper.h | 30 struct drm_mode_fb_cmd2; 36 const struct drm_mode_fb_cmd2 *mode_cmd);
|
D | drm_mode_config.h | 37 struct drm_mode_fb_cmd2; 79 const struct drm_mode_fb_cmd2 *mode_cmd); 92 const struct drm_format_info *(*get_format_info)(const struct drm_mode_fb_cmd2 *mode_cmd);
|
D | drm_fourcc.h | 51 struct drm_mode_fb_cmd2; 311 const struct drm_mode_fb_cmd2 *mode_cmd);
|
/Linux-v5.10/drivers/gpu/drm/ |
D | drm_gem_framebuffer_helper.c | 67 const struct drm_mode_fb_cmd2 *mode_cmd, in drm_gem_fb_init() 150 const struct drm_mode_fb_cmd2 *mode_cmd, in drm_gem_fb_init_with_funcs() 216 const struct drm_mode_fb_cmd2 *mode_cmd, in drm_gem_fb_create_with_funcs() 265 const struct drm_mode_fb_cmd2 *mode_cmd) in drm_gem_fb_create() 303 const struct drm_mode_fb_cmd2 *mode_cmd) in drm_gem_fb_create_with_dirty() 311 const struct drm_mode_fb_cmd2 *mode_cmd) in drm_gem_afbc_get_bpp() 338 const struct drm_mode_fb_cmd2 *mode_cmd, in drm_gem_afbc_min_size() 413 const struct drm_mode_fb_cmd2 *mode_cmd, in drm_gem_fb_afbc_init()
|
D | drm_framebuffer.c | 120 struct drm_mode_fb_cmd2 r = {}; in drm_mode_addfb() 173 const struct drm_mode_fb_cmd2 *r) in framebuffer_check() 291 const struct drm_mode_fb_cmd2 *r, in drm_internal_framebuffer_create() 352 struct drm_mode_fb_cmd2 *r = data; in drm_mode_addfb2() 570 struct drm_mode_fb_cmd2 *r = data; in drm_mode_getfb2_ioctl()
|
D | drm_crtc_internal.h | 50 struct drm_mode_fb_cmd2; 195 const struct drm_mode_fb_cmd2 *r,
|
/Linux-v5.10/drivers/gpu/drm/omapdrm/ |
D | omap_fb.h | 17 struct drm_mode_fb_cmd2; 23 struct drm_file *file, const struct drm_mode_fb_cmd2 *mode_cmd); 25 const struct drm_mode_fb_cmd2 *mode_cmd, struct drm_gem_object **bos);
|
/Linux-v5.10/drivers/gpu/drm/armada/ |
D | armada_fb.h | 18 const struct drm_mode_fb_cmd2 *, struct armada_gem_object *); 20 struct drm_file *dfile, const struct drm_mode_fb_cmd2 *mode);
|
D | armada_fb.c | 22 const struct drm_mode_fb_cmd2 *mode, struct armada_gem_object *obj) in armada_framebuffer_create() 88 struct drm_file *dfile, const struct drm_mode_fb_cmd2 *mode) in armada_fb_create()
|
/Linux-v5.10/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_fb.c | 28 rockchip_fb_alloc(struct drm_device *dev, const struct drm_mode_fb_cmd2 *mode_cmd, in rockchip_fb_alloc() 62 const struct drm_mode_fb_cmd2 *mode_cmd) in rockchip_fb_create() 110 const struct drm_mode_fb_cmd2 *mode_cmd, in rockchip_drm_framebuffer_init()
|
D | rockchip_drm_fb.h | 12 const struct drm_mode_fb_cmd2 *mode_cmd,
|
/Linux-v5.10/drivers/gpu/drm/msm/ |
D | msm_fb.c | 25 const struct drm_mode_fb_cmd2 *mode_cmd, struct drm_gem_object **bos); 100 struct drm_file *file, const struct drm_mode_fb_cmd2 *mode_cmd) in msm_framebuffer_create() 131 const struct drm_mode_fb_cmd2 *mode_cmd, struct drm_gem_object **bos) in msm_framebuffer_init() 209 struct drm_mode_fb_cmd2 mode_cmd = { in msm_alloc_stolen_fb()
|
/Linux-v5.10/drivers/gpu/drm/nouveau/ |
D | nouveau_display.h | 13 const struct drm_mode_fb_cmd2 *mode_cmd, 72 const struct drm_mode_fb_cmd2 *);
|
/Linux-v5.10/drivers/gpu/drm/exynos/ |
D | exynos_drm_fb.c | 59 const struct drm_mode_fb_cmd2 *mode_cmd, in exynos_drm_framebuffer_init() 97 const struct drm_mode_fb_cmd2 *mode_cmd) in exynos_user_fb_create()
|
D | exynos_drm_fb.h | 17 const struct drm_mode_fb_cmd2 *mode_cmd,
|
/Linux-v5.10/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_framebuffer.c | 41 const struct drm_mode_fb_cmd2 *mode_cmd) in komeda_fb_afbc_size_check() 113 const struct drm_mode_fb_cmd2 *mode_cmd) in komeda_fb_none_afbc_size_check() 160 const struct drm_mode_fb_cmd2 *mode_cmd) in komeda_fb_create()
|
D | komeda_framebuffer.h | 40 const struct drm_mode_fb_cmd2 *mode_cmd);
|
/Linux-v5.10/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_formats.h | 48 const struct drm_mode_fb_cmd2 *cmd,
|
/Linux-v5.10/drivers/gpu/drm/tegra/ |
D | fb.c | 101 const struct drm_mode_fb_cmd2 *mode_cmd, in tegra_fb_alloc() 131 const struct drm_mode_fb_cmd2 *cmd) in tegra_fb_create() 210 struct drm_mode_fb_cmd2 cmd = { 0 }; in tegra_fbdev_probe()
|
/Linux-v5.10/drivers/gpu/drm/xlnx/ |
D | zynqmp_dpsub.c | 54 const struct drm_mode_fb_cmd2 *mode_cmd) in zynqmp_dpsub_fb_create() 57 struct drm_mode_fb_cmd2 cmd = *mode_cmd; in zynqmp_dpsub_fb_create()
|
/Linux-v5.10/drivers/gpu/drm/gma500/ |
D | framebuffer.c | 211 const struct drm_mode_fb_cmd2 *mode_cmd, in psb_framebuffer_init() 252 const struct drm_mode_fb_cmd2 *mode_cmd, in psb_framebuffer_create() 308 struct drm_mode_fb_cmd2 mode_cmd; in psbfb_create() 435 const struct drm_mode_fb_cmd2 *cmd) in psb_user_framebuffer_create()
|
/Linux-v5.10/drivers/gpu/drm/selftests/ |
D | test-drm_framebuffer.c | 23 struct drm_mode_fb_cmd2 cmd; 308 const struct drm_mode_fb_cmd2 *mode_cmd) in fb_create_mock() 330 static int execute_drm_mode_fb_cmd2(struct drm_mode_fb_cmd2 *r) in execute_drm_mode_fb_cmd2()
|
/Linux-v5.10/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_display.h | 46 const struct drm_mode_fb_cmd2 *mode_cmd);
|
D | amdgpu_fb.c | 121 struct drm_mode_fb_cmd2 *mode_cmd, in amdgpufb_create_pinned_object() 204 struct drm_mode_fb_cmd2 mode_cmd; in amdgpufb_create()
|