Searched refs:_plane (Results 1 – 7 of 7) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/i915/gvt/ |
A D | reg.h | 68 #define REG_50080(_pipe, _plane) ({ \ argument 70 typeof(_plane) (q) = (_plane); \
|
/linux-6.3-rc2/drivers/gpu/drm/i915/display/ |
A D | intel_cursor.c | 597 static bool intel_cursor_format_mod_supported(struct drm_plane *_plane, in intel_cursor_format_mod_supported() argument 600 if (!intel_fb_plane_supports_modifier(to_intel_plane(_plane), modifier)) in intel_cursor_format_mod_supported() 607 intel_legacy_cursor_update(struct drm_plane *_plane, in intel_legacy_cursor_update() argument 616 struct intel_plane *plane = to_intel_plane(_plane); in intel_legacy_cursor_update()
|
A D | i9xx_plane.c | 66 static bool i8xx_plane_format_mod_supported(struct drm_plane *_plane, in i8xx_plane_format_mod_supported() argument 69 if (!intel_fb_plane_supports_modifier(to_intel_plane(_plane), modifier)) in i8xx_plane_format_mod_supported() 84 static bool i965_plane_format_mod_supported(struct drm_plane *_plane, in i965_plane_format_mod_supported() argument 87 if (!intel_fb_plane_supports_modifier(to_intel_plane(_plane), modifier)) in i965_plane_format_mod_supported()
|
A D | intel_sprite.c | 1622 static bool g4x_sprite_format_mod_supported(struct drm_plane *_plane, in g4x_sprite_format_mod_supported() argument 1625 if (!intel_fb_plane_supports_modifier(to_intel_plane(_plane), modifier)) in g4x_sprite_format_mod_supported() 1643 static bool snb_sprite_format_mod_supported(struct drm_plane *_plane, in snb_sprite_format_mod_supported() argument 1646 if (!intel_fb_plane_supports_modifier(to_intel_plane(_plane), modifier)) in snb_sprite_format_mod_supported() 1669 static bool vlv_sprite_format_mod_supported(struct drm_plane *_plane, in vlv_sprite_format_mod_supported() argument 1672 if (!intel_fb_plane_supports_modifier(to_intel_plane(_plane), modifier)) in vlv_sprite_format_mod_supported()
|
A D | intel_atomic_plane.c | 1012 intel_prepare_plane_fb(struct drm_plane *_plane, in intel_prepare_plane_fb() argument 1016 struct intel_plane *plane = to_intel_plane(_plane); in intel_prepare_plane_fb()
|
A D | skl_universal_plane.c | 2013 static bool skl_plane_format_mod_supported(struct drm_plane *_plane, in skl_plane_format_mod_supported() argument 2016 struct intel_plane *plane = to_intel_plane(_plane); in skl_plane_format_mod_supported() 2067 static bool gen12_plane_format_mod_supported(struct drm_plane *_plane, in gen12_plane_format_mod_supported() argument 2070 struct intel_plane *plane = to_intel_plane(_plane); in gen12_plane_format_mod_supported()
|
/linux-6.3-rc2/drivers/media/common/videobuf2/ |
A D | videobuf2-core.c | 2191 unsigned int *_buffer, unsigned int *_plane) in __find_plane_by_offset() argument 2223 *_plane = plane; in __find_plane_by_offset()
|
Completed in 22 milliseconds