mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-04-27 03:49:57 -04:00
drm/i915: Rename the fb pinning functions to indicate the address space
Rename the fb pinning functions such that their name directly informs us what gets pinned into which address space. Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240506125718.26001-10-ville.syrjala@linux.intel.com Reviewed-by: Jani Nikula <jani.nikula@intel.com> Acked-by: Lucas De Marchi <lucas.demarchi@intel.com>
This commit is contained in:
@@ -211,8 +211,8 @@ intel_find_initial_plane_obj(struct intel_crtc *crtc,
|
||||
intel_fb_fill_view(to_intel_framebuffer(fb),
|
||||
plane_state->uapi.rotation, &plane_state->view);
|
||||
|
||||
vma = intel_pin_and_fence_fb_obj(fb, false, &plane_state->view.gtt,
|
||||
false, &plane_state->flags);
|
||||
vma = intel_fb_pin_to_ggtt(fb, false, &plane_state->view.gtt,
|
||||
false, &plane_state->flags);
|
||||
if (IS_ERR(vma))
|
||||
goto nofb;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user