Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f9d8149a authored by Patrik Jakobsson's avatar Patrik Jakobsson
Browse files

drm/gma500: Change fb name so pm-utils doesn't apply quirks



By having 'drm' and 'fb' in the fb screeninfo id, pm-utils will leave us
alone. Otherwise we'll have quirks up to our ears and resume will break.

Signed-off-by: default avatarPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
parent bda50031
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -431,7 +431,7 @@ static int psbfb_create(struct psb_fbdev *fbdev,
	fbdev->psb_fb_helper.fbdev = info;
	fbdev->psb_fb_helper.fbdev = info;


	drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);
	drm_fb_helper_fill_fix(info, fb->pitches[0], fb->depth);
	strcpy(info->fix.id, "psbfb");
	strcpy(info->fix.id, "psbdrmfb");


	info->flags = FBINFO_DEFAULT;
	info->flags = FBINFO_DEFAULT;
	if (dev_priv->ops->accel_2d && pitch_lines > 8)	/* 2D engine */
	if (dev_priv->ops->accel_2d && pitch_lines > 8)	/* 2D engine */