All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm: Aspect ratio fixes
@ 2019-06-20 14:26 Ville Syrjala
  2019-06-20 14:26 ` [PATCH 1/5] drm: Do not use bitwise OR to set picure_aspect_ratio Ville Syrjala
                   ` (7 more replies)
  0 siblings, 8 replies; 15+ messages in thread
From: Ville Syrjala @ 2019-06-20 14:26 UTC (permalink / raw)
  To: dri-devel; +Cc: intel-gfx, Ilia Mirkin

From: Ville Syrjälä <ville.syrjala@linux.intel.com>

Ilia pointed out some oddball crap in the i915 aspect ratio handling.
While looking at that I noticed a bunch of fail in the core as well.
This series aims to fix it all.

Cc: Ilia Mirkin <imirkin@alum.mit.edu>

Ville Syrjälä (5):
  drm: Do not use bitwise OR to set picure_aspect_ratio
  drm: Do not accept garbage mode aspect ratio flags
  drm: WARN on illegal aspect ratio when converting a mode to umode
  drm/i915: Do not override mode's aspect ratio with the prop value NONE
  drm/i915: Drop redundant aspec ratio prop value initialization

 drivers/gpu/drm/drm_modes.c               | 17 +++++++++++------
 drivers/gpu/drm/i915/display/intel_hdmi.c |  5 ++---
 drivers/gpu/drm/i915/display/intel_sdvo.c |  4 +---
 3 files changed, 14 insertions(+), 12 deletions(-)

-- 
2.21.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2019-11-14 14:21 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-20 14:26 [PATCH 0/5] drm: Aspect ratio fixes Ville Syrjala
2019-06-20 14:26 ` [PATCH 1/5] drm: Do not use bitwise OR to set picure_aspect_ratio Ville Syrjala
2019-06-20 14:26 ` [PATCH 2/5] drm: Do not accept garbage mode aspect ratio flags Ville Syrjala
2019-06-20 14:26 ` [PATCH 3/5] drm: WARN on illegal aspect ratio when converting a mode to umode Ville Syrjala
2019-06-20 14:26 ` [PATCH 4/5] drm/i915: Do not override mode's aspect ratio with the prop value NONE Ville Syrjala
2019-11-14 14:19   ` Shankar, Uma
2019-11-14 14:19     ` [Intel-gfx] " Shankar, Uma
2019-11-14 14:19     ` Shankar, Uma
2019-06-20 14:26 ` [PATCH 5/5] drm/i915: Drop redundant aspec ratio prop value initialization Ville Syrjala
2019-11-14 14:21   ` [Intel-gfx] " Shankar, Uma
2019-11-14 14:21     ` Shankar, Uma
2019-06-20 18:54 ` ✓ Fi.CI.BAT: success for drm: Aspect ratio fixes Patchwork
2019-06-21  0:28 ` ✓ Fi.CI.IGT: " Patchwork
2019-06-21 23:28 ` [PATCH 0/5] " Alex Deucher
2019-06-24 15:12   ` Ville Syrjälä

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.