public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Don't say we support framebuffers with alpha when we don't
@ 2015-05-15 18:05 Damien Lespiau
  2015-05-15 18:06 ` [PATCH 1/4] drm/i915: Remove the COMMON_PRIMARY_FORMATS defines Damien Lespiau
                   ` (3 more replies)
  0 siblings, 4 replies; 15+ messages in thread
From: Damien Lespiau @ 2015-05-15 18:05 UTC (permalink / raw)
  To: intel-gfx

We can only do something with ARGB buffers on VLV/CHV and gen9+. Let's not
expose those format before then.

Technically this is an ABI break but we did check the DDX wasn't using those,
so give it a shot.

-- 
Damien

Damien Lespiau (4):
  drm/i915: Remove the COMMON_PRIMARY_FORMATS defines
  drm/i915: Remove ARBG/ABGR 2101010 on platform not supporting those
    formats
  drm/i915: Don't expose RGB/BGR 8888 formats on primary planes before
    SKL
  drm/i915: Don't expose ARGB1555 on gen2/3

 drivers/gpu/drm/i915/intel_display.c | 70 +++++++++++++++++++-----------------
 1 file changed, 38 insertions(+), 32 deletions(-)

-- 
2.1.0

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

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

end of thread, other threads:[~2015-05-19 16:59 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-15 18:05 [PATCH 0/4] Don't say we support framebuffers with alpha when we don't Damien Lespiau
2015-05-15 18:06 ` [PATCH 1/4] drm/i915: Remove the COMMON_PRIMARY_FORMATS defines Damien Lespiau
2015-05-15 18:41   ` Ville Syrjälä
2015-05-15 18:06 ` [PATCH 2/4] drm/i915: Remove ARBG/ABGR 2101010 on platform not supporting those formats Damien Lespiau
2015-05-15 18:44   ` Ville Syrjälä
2015-05-15 18:06 ` [PATCH 3/4] drm/i915: Don't expose RGB/BGR 8888 formats on primary planes before SKL Damien Lespiau
2015-05-15 18:56   ` Ville Syrjälä
2015-05-15 19:15     ` [PATCH v2] " Damien Lespiau
2015-05-19  8:00       ` Daniel Vetter
2015-05-19 11:29         ` [PATCH 3/4 v3] drm/i915: Tighten the exposure ARGB/ABGR 8888 formats Damien Lespiau
2015-05-19 17:01           ` Daniel Vetter
2015-05-15 18:06 ` [PATCH 4/4] drm/i915: Don't expose ARGB1555 on gen2/3 Damien Lespiau
2015-05-15 18:57   ` Ville Syrjälä
2015-05-18  8:34     ` Daniel Vetter
2015-05-18 14:57   ` shuang.he

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox