From patchwork Thu Oct 31 16:56:45 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?b?VmlsbGUgU3lyasOkbMOk?= X-Patchwork-Id: 11221613 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8D0E91390 for ; Thu, 31 Oct 2019 16:56:59 +0000 (UTC) Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 745AC2087F for ; Thu, 31 Oct 2019 16:56:59 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 745AC2087F Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linux.intel.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=intel-gfx-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id E23266ED5E; Thu, 31 Oct 2019 16:56:58 +0000 (UTC) X-Original-To: intel-gfx@lists.freedesktop.org Delivered-To: intel-gfx@lists.freedesktop.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by gabe.freedesktop.org (Postfix) with ESMTPS id BF9DE6ED42 for ; Thu, 31 Oct 2019 16:56:56 +0000 (UTC) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Oct 2019 09:56:55 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.68,252,1569308400"; d="scan'208";a="283947607" Received: from stinkbox.fi.intel.com (HELO stinkbox) ([10.237.72.174]) by orsmga001.jf.intel.com with SMTP; 31 Oct 2019 09:56:53 -0700 Received: by stinkbox (sSMTP sendmail emulation); Thu, 31 Oct 2019 18:56:52 +0200 From: Ville Syrjala To: intel-gfx@lists.freedesktop.org Date: Thu, 31 Oct 2019 18:56:45 +0200 Message-Id: <20191031165652.10868-1-ville.syrjala@linux.intel.com> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Subject: [Intel-gfx] [PATCH 0/7] drm/i915: Expose more formats X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" From: Ville Syrjälä Same series as before but fp16 caused a bunch of rebasing. I also dropped the ckey stuff for now. It's probably time to write actual tests for that stuff. Everything here is reviewed already. Ville Syrjälä (7): drm/i915: Expose 10:10:10 XRGB formats on SNB-BDW sprites drm/i915: Expose alpha formats on VLV/CHV primary planes drm/i915: Add missing 10bpc formats for pipe B sprites on CHV drm/i915: Expose C8 on VLV/CHV sprite planes drm/i915: Add 10bpc formats with alpha for icl+ drm/i915: Sort format arrays consistently drm/i915: Eliminate redundancy in intel_primary_plane_create() drivers/gpu/drm/i915/display/intel_display.c | 121 +++++++++++++------ drivers/gpu/drm/i915/display/intel_sprite.c | 69 ++++++++++- drivers/gpu/drm/i915/i915_reg.h | 16 ++- 3 files changed, 161 insertions(+), 45 deletions(-)