Home
last modified time | relevance | path

Searched defs:_plane (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/i915/display/
Dintel_cursor.c603 static bool intel_cursor_format_mod_supported(struct drm_plane *_plane, in intel_cursor_format_mod_supported()
611 intel_legacy_cursor_update(struct drm_plane *_plane, in intel_legacy_cursor_update()
Di9xx_plane.c69 static bool i8xx_plane_format_mod_supported(struct drm_plane *_plane, in i8xx_plane_format_mod_supported()
92 static bool i965_plane_format_mod_supported(struct drm_plane *_plane, in i965_plane_format_mod_supported()
Dintel_sprite.c1629 static bool g4x_sprite_format_mod_supported(struct drm_plane *_plane, in g4x_sprite_format_mod_supported()
1655 static bool snb_sprite_format_mod_supported(struct drm_plane *_plane, in snb_sprite_format_mod_supported()
1686 static bool vlv_sprite_format_mod_supported(struct drm_plane *_plane, in vlv_sprite_format_mod_supported()
Dskl_universal_plane.c1842 static bool skl_plane_format_mod_supported(struct drm_plane *_plane, in skl_plane_format_mod_supported()
1923 static bool gen12_plane_format_mod_supported(struct drm_plane *_plane, in gen12_plane_format_mod_supported()
Dintel_display.c11228 intel_prepare_plane_fb(struct drm_plane *_plane, in intel_prepare_plane_fb()
/Linux-v5.15/drivers/gpu/drm/i915/gvt/
Dreg.h69 #define REG_50080(_pipe, _plane) ({ \ argument
/Linux-v5.15/drivers/media/common/videobuf2/
Dvideobuf2-core.c2118 unsigned int *_buffer, unsigned int *_plane) in __find_plane_by_offset()