]> Git Repo - linux.git/commit
drm/i915/display: Implement fb_mmap callback function
authorNirmoy Das <[email protected]>
Tue, 4 Apr 2023 14:31:00 +0000 (16:31 +0200)
committerNirmoy Das <[email protected]>
Thu, 6 Apr 2023 16:23:02 +0000 (18:23 +0200)
commite24e6d695377ca70008ffc39695c3975b3e177b6
treee0e79bf7e5d5ca8cdc1470ed2510efc5f860dc7c
parent63b685efaa4d6b9db388857a2e6f5f5f11454f8d
drm/i915/display: Implement fb_mmap callback function

If stolen memory allocation fails for fbdev, the driver will
fallback to system memory. Calculation of smem_start is wrong
for such framebuffer objs if the platform comes with no gmadr or
no aperture. Solve this by adding fb_mmap callback which will
use GTT if aperture is available otherwise will use cpu to access
the framebuffer.

v2: Use to_intel_fbdev() function(Jani)

Cc: Matthew Auld <[email protected]>
Cc: Andi Shyti <[email protected]>
Cc: Ville Syrjälä <[email protected]>
Cc: Jani Nikula <[email protected]>
Cc: Imre Deak <[email protected]>
Signed-off-by: Nirmoy Das <[email protected]>
Reviewed-by: Andi Shyti <[email protected]>
Reviewed-by: Andrzej Hajda <[email protected]>
Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
drivers/gpu/drm/i915/display/intel_fbdev.c
This page took 0.072544 seconds and 4 git commands to generate.