Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/i915/display/
Dintel_atomic_plane.c197 static int intel_plane_atomic_check(struct drm_plane *_plane, in intel_plane_atomic_check()
Dintel_sprite.c2161 static bool g4x_sprite_format_mod_supported(struct drm_plane *_plane, in g4x_sprite_format_mod_supported()
2187 static bool snb_sprite_format_mod_supported(struct drm_plane *_plane, in snb_sprite_format_mod_supported()
2214 static bool vlv_sprite_format_mod_supported(struct drm_plane *_plane, in vlv_sprite_format_mod_supported()
2246 static bool skl_plane_format_mod_supported(struct drm_plane *_plane, in skl_plane_format_mod_supported()
Dintel_display.c14611 static bool i8xx_plane_format_mod_supported(struct drm_plane *_plane, in i8xx_plane_format_mod_supported()
14634 static bool i965_plane_format_mod_supported(struct drm_plane *_plane, in i965_plane_format_mod_supported()
14659 static bool intel_cursor_format_mod_supported(struct drm_plane *_plane, in intel_cursor_format_mod_supported()
/Linux-v5.4/drivers/gpu/drm/i915/gvt/
Dreg.h69 #define REG_50080(_pipe, _plane) ({ \ argument
/Linux-v5.4/drivers/media/common/videobuf2/
Dvideobuf2-core.c2051 unsigned int *_buffer, unsigned int *_plane) in __find_plane_by_offset()