Symbol: drm_plane_funcs
sys/dev/drm/amd/display/amdgpu_dm/amdgpu_dm.c
3475
static const struct drm_plane_funcs dm_plane_funcs = {
sys/dev/drm/drm_plane.c
175
const struct drm_plane_funcs *funcs,
sys/dev/drm/drm_plane.c
331
const struct drm_plane_funcs *funcs,
sys/dev/drm/drm_plane_helper.c
333
const struct drm_plane_funcs drm_primary_helper_funcs = {
sys/dev/drm/drm_simple_kms_helper.c
200
static const struct drm_plane_funcs drm_simple_kms_plane_funcs = {
sys/dev/drm/i915/intel_display.c
13590
static struct drm_plane_funcs skl_plane_funcs = {
sys/dev/drm/i915/intel_display.c
13601
static struct drm_plane_funcs i965_plane_funcs = {
sys/dev/drm/i915/intel_display.c
13612
static struct drm_plane_funcs i8xx_plane_funcs = {
sys/dev/drm/i915/intel_display.c
13737
static const struct drm_plane_funcs intel_cursor_plane_funcs = {
sys/dev/drm/i915/intel_display.c
13801
const struct drm_plane_funcs *plane_funcs;
sys/dev/drm/i915/intel_sprite.c
1698
static const struct drm_plane_funcs g4x_sprite_funcs = {
sys/dev/drm/i915/intel_sprite.c
1709
static const struct drm_plane_funcs snb_sprite_funcs = {
sys/dev/drm/i915/intel_sprite.c
1720
static const struct drm_plane_funcs vlv_sprite_funcs = {
sys/dev/drm/i915/intel_sprite.c
1731
static const struct drm_plane_funcs skl_plane_funcs = {
sys/dev/drm/i915/intel_sprite.c
1765
const struct drm_plane_funcs *plane_funcs;
sys/dev/drm/include/drm/drm_plane.h
623
const struct drm_plane_funcs *funcs;
sys/dev/drm/include/drm/drm_plane.h
706
const struct drm_plane_funcs *funcs,
sys/dev/drm/include/drm/drm_plane.h
715
const struct drm_plane_funcs *funcs,
sys/dev/drm/include/drm/drm_plane_helper.h
63
extern const struct drm_plane_funcs drm_primary_helper_funcs;