From mboxrd@z Thu Jan 1 00:00:00 1970 From: Inki Dae Subject: Re: [PATCH 04/11] drm/i915: add SNB video sprite support Date: Wed, 2 Nov 2011 05:56:56 +0000 (UTC) Message-ID: References: <1319536026-2877-1-git-send-email-jbarnes@virtuousgeek.org> <1319536026-2877-5-git-send-email-jbarnes@virtuousgeek.org> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by gabe.freedesktop.org (Postfix) with ESMTP id 94AD09E7CC for ; Tue, 1 Nov 2011 22:57:11 -0700 (PDT) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1RLToz-0006MS-Hs for intel-gfx@lists.freedesktop.org; Wed, 02 Nov 2011 06:57:09 +0100 Received: from 210.94.41.89 ([210.94.41.89]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2011 06:57:09 +0100 Received: from daeinki by 210.94.41.89 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Wed, 02 Nov 2011 06:57:09 +0100 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org Errors-To: intel-gfx-bounces+gcfxdi-intel-gfx=m.gmane.org@lists.freedesktop.org To: intel-gfx@lists.freedesktop.org List-Id: intel-gfx@lists.freedesktop.org Hi, Jesse. drm_plane structure has format_types and format_conunt that they was set at booting time. but they aren't used anywhere. at intel_update_plane(), I guess they could be used to check if the format type(fb->pixel_format) from setplane () is supported or not, comparing to plane->format_types[n]; otherwise, could you please tell me about the purpose that format_types[] and format_count are used? Thank you, Inki Dae.