aboutsummaryrefslogtreecommitdiffstats
path: root/rust/helpers/helpers.c
diff options
context:
space:
mode:
authorArun R Murthy <arun.r.murthy@intel.com>2025-04-07 11:13:47 +0530
committerSuraj Kandpal <suraj.kandpal@intel.com>2025-05-09 15:30:34 +0530
commited1d563c7f0fee5e63048c53c10fa1ef69c74f77 (patch)
tree9dd62f7b3bd1c483fc83263866b7e56331517c49 /rust/helpers/helpers.c
parentdrm/plane: modify create_in_formats to acommodate async (diff)
downloadlinux-ed1d563c7f0fee5e63048c53c10fa1ef69c74f77.tar.gz
linux-ed1d563c7f0fee5e63048c53c10fa1ef69c74f77.zip
drm/i915/display: Acomodate format check in intel_plane_can_async_flip()
The function intel_plane_can_async_flip() checks for async supported modifier, add format support check also in the same function. Note: on ADL the surface base addr is required to be 16k aligned and if not might generate DMAR and GGTT faults leading to glitches. This patch changes the 16k alignment to 4k for planar formats. v11: Move filtering Indexed 8bit to a separate patch (Ville) v12: correct the commit msg and remove unwanted debug print (Ville) Signed-off-by: Arun R Murthy <arun.r.murthy@intel.com> Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Signed-off-by: Suraj Kandpal <suraj.kandpal@intel.com> Link: https://lore.kernel.org/r/20250407-asyn-v13-3-b93ef83076c5@intel.com
Diffstat (limited to 'rust/helpers/helpers.c')
0 files changed, 0 insertions, 0 deletions
rtions'>+75 2015-05-22test_bitmap_walk: free bitmap with bitmap_freeJeff King1-1/+1 2015-05-22doc: fix inconsistent spelling of "packfile"Patrick Steinhardt2-3/+3 2015-05-22t5407: use <<- to align the expected outputJunio C Hamano1-40/+40 2015-05-22rebase -i: fix post-rewrite hook with failed exec commandMatthieu Moy2-6/+6 2015-05-22rebase -i: demonstrate incorrect behavior of post-rewriteMatthieu Moy1-0/+17 2015-05-21config.txt: clarify allowTipSHA1InWant with camelCaseFredrik Medley1-2/+2 2015-05-21help: respect new common command groupingSébastien Guimmara1-1/+23 2015-05-21command-list.txt: drop the "common" tagSébastien Guimmara1-21/+21 2015-05-21generate-cmdlist: parse common group commandsEric Sunshine3-25/+52 2015-05-21command-list.txt: add the common groups blockSébastien Guimmara2-21/+33 2015-05-21command-list: prepare machinery for upcoming "common groups" sectionEric Sunshine3-3/+8 2015-05-20Documentation/log: clarify sha1 non-abbreviation in log --rawMatthieu Moy1-1/+4 2015-05-20dir: remove unused variable sbRené Scharfe1-2/+0 2015-05-20clean: remove unused variable bufRené Scharfe1-2/+0 2015-05-20use file_exists() to check if a file exists in the worktreeRené Scharfe5-22/+9 2015-05-20stash: recognize "--help" for subcommandsJeff King1-0/+11 2015-05-20stash: complain about unknown flagsJeff King2-1/+9 2015-05-20cat-file: add --follow-symlinks to --batchDavid Turner3-7/+348 2015-05-20sha1_name: get_sha1_with_context learns to follow symlinksDavid Turner2-12/+28 2015-05-20tree-walk: learn get_tree_entry_follow_symlinksDavid Turner2-0/+224