All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Yet another FBC series, v3 part 2 v2
@ 2015-12-02 12:15 Paulo Zanoni
  2015-12-02 12:15 ` [PATCH 01/11] drm/i915: fix the CFB size check Paulo Zanoni
                   ` (11 more replies)
  0 siblings, 12 replies; 15+ messages in thread
From: Paulo Zanoni @ 2015-12-02 12:15 UTC (permalink / raw)
  To: intel-gfx

Hi

This series includes the implementation for the review feedback given by Chris.
I also removed the patch that transformed our 50ms timeout into a vblank-based
timeout due to performance concerns. The only patch that still needs review is
patch 6.

Thanks,
Paulo

Paulo Zanoni (11):
  drm/i915: fix the CFB size check
  drm/i915: set dev_priv->fbc.crtc before scheduling the enable work
  drm/i915: pass the crtc as an argument to intel_fbc_update()
  drm/i915: introduce is_active/activate/deactivate to the FBC
    terminology
  drm/i915: introduce intel_fbc_{enable,disable}
  drm/i915: alloc/free the FBC CFB during enable/disable
  drm/i915: check for FBC planes in the same place as the pipes
  drm/i915: use a single intel_fbc_work struct
  drm/i915: kill fbc.uncompressed_size
  drm/i915: get rid of FBC {,de}activation messages
  drm/i915: only recompress FBC after flushing a drawing operation

 drivers/gpu/drm/i915/i915_debugfs.c  |   2 +-
 drivers/gpu/drm/i915/i915_drv.h      |  17 +-
 drivers/gpu/drm/i915/intel_display.c |  23 +-
 drivers/gpu/drm/i915/intel_drv.h     |   6 +-
 drivers/gpu/drm/i915/intel_fbc.c     | 614 +++++++++++++++++++----------------
 drivers/gpu/drm/i915/intel_pm.c      |   2 +-
 6 files changed, 363 insertions(+), 301 deletions(-)

-- 
2.6.2

_______________________________________________
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-12-02 17:30 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-02 12:15 [PATCH 00/11] Yet another FBC series, v3 part 2 v2 Paulo Zanoni
2015-12-02 12:15 ` [PATCH 01/11] drm/i915: fix the CFB size check Paulo Zanoni
2015-12-02 12:15 ` [PATCH 02/11] drm/i915: set dev_priv->fbc.crtc before scheduling the enable work Paulo Zanoni
2015-12-02 12:15 ` [PATCH 03/11] drm/i915: pass the crtc as an argument to intel_fbc_update() Paulo Zanoni
2015-12-02 12:15 ` [PATCH 04/11] drm/i915: introduce is_active/activate/deactivate to the FBC terminology Paulo Zanoni
2015-12-02 12:15 ` [PATCH 05/11] drm/i915: introduce intel_fbc_{enable, disable} Paulo Zanoni
2015-12-02 12:15 ` [PATCH 06/11] drm/i915: alloc/free the FBC CFB during enable/disable Paulo Zanoni
2015-12-02 12:15 ` [PATCH 07/11] drm/i915: check for FBC planes in the same place as the pipes Paulo Zanoni
2015-12-02 12:15 ` [PATCH 08/11] drm/i915: use a single intel_fbc_work struct Paulo Zanoni
2015-12-02 12:15 ` [PATCH 09/11] drm/i915: kill fbc.uncompressed_size Paulo Zanoni
2015-12-02 12:15 ` [PATCH 10/11] drm/i915: get rid of FBC {, de}activation messages Paulo Zanoni
2015-12-02 12:15 ` [PATCH 11/11] drm/i915: only recompress FBC after flushing a drawing operation Paulo Zanoni
2015-12-02 12:37 ` [PATCH 00/11] Yet another FBC series, v3 part 2 v2 Chris Wilson
2015-12-02 17:19   ` Zanoni, Paulo R
2015-12-02 17:30     ` chris

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.