mirror of
https://github.com/torvalds/linux.git
synced 2026-06-02 19:43:40 +02:00
Short summary of fixes pull:
pixpaper: - Fix mode_valid function signature -----BEGIN PGP SIGNATURE----- iQFPBAABCgA5FiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmjLqjgbFIAAAAAABAAO bWFudTIsMi41KzEuMTEsMiwyAAoJEGgNwR1TC3oj/w4H/itHuA8NSur7A20wphJw 9LVXWIC4lQ79JHTiomUj67dHpcthphMr6KPKjiaH4MMQ2+uMgGd2Je02o/w23bZ/ 9OjynVZxS+URbhnYgDzuhnwnqgmKZOUtISmG1oFTEBARjgP2/g/KJAtbXl6DqdNX jJOnDV6azBwTb0zLOxfj8hFlmlsh7L2F1fDyEXXhgA5PTsF4+0+hV4vZyEfiYfpO 8MBTX0yuD79mKEOz07q5FhO2osId1KAvTmyc4hfel3iRwuhMA+CljMF4/f3K+mfG ipWyc4hU7z4Tn5MV9HQiEnsH0U72ikexlqqa8VWoXvBD81jcPgNON3qaTkoDtUv8 b5c= =/cRh -----END PGP SIGNATURE----- Merge tag 'drm-misc-next-fixes-2025-09-18' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next Short summary of fixes pull: pixpaper: - Fix mode_valid function signature Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://lore.kernel.org/r/20250918064558.GA10017@linux.fritz.box
This commit is contained in:
commit
124076705c
|
|
@ -968,8 +968,8 @@ static const struct drm_crtc_funcs pixpaper_crtc_funcs = {
|
|||
.atomic_destroy_state = drm_atomic_helper_crtc_destroy_state,
|
||||
};
|
||||
|
||||
static int pixpaper_mode_valid(struct drm_crtc *crtc,
|
||||
const struct drm_display_mode *mode)
|
||||
static enum drm_mode_status
|
||||
pixpaper_mode_valid(struct drm_crtc *crtc, const struct drm_display_mode *mode)
|
||||
{
|
||||
if (mode->hdisplay == PIXPAPER_WIDTH &&
|
||||
mode->vdisplay == PIXPAPER_HEIGHT) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user