From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.5 required=3.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_INVALID,DKIM_SIGNED,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_GIT autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 06E28C4708F for ; Sat, 29 May 2021 10:14:33 +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 C23B1610A2 for ; Sat, 29 May 2021 10:14:32 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org C23B1610A2 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=gmail.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=dri-devel-bounces@lists.freedesktop.org Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id AFA996E5C5; Sat, 29 May 2021 10:14:31 +0000 (UTC) Received: from mail-lj1-x232.google.com (mail-lj1-x232.google.com [IPv6:2a00:1450:4864:20::232]) by gabe.freedesktop.org (Postfix) with ESMTPS id B25D56F627 for ; Fri, 28 May 2021 20:30:53 +0000 (UTC) Received: by mail-lj1-x232.google.com with SMTP id f12so6841620ljp.2 for ; Fri, 28 May 2021 13:30:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=EyvgwRI+ps+5cZkOoI1nKyi/eTvA8tNSToZ1i/xJfHs=; b=pZtHbzfNZT0l32ly8ZjAkBQBqTYRrsBOsrvg9W43j/9U5fUtyPPQakbfC5+eN6OXzD Tz/RcuK3FNFKeMGNYTrmtMkkL4q8QE1r8hk1KG7tHvD242nwimuzt1sy988vSyhq2jAX Ur+HWapaE0Ps+LNQm3AkXkwEOiwLiDhU3hmwWjmrG+M8/3VGRrJXanxtIacfSNvHnj0E fSw1Q5dOjQE47KNonictsJ0Z4sHuuSVHeM1N45TpazX25VeTB5MXBFmgKjAaSu+UqxHH PApAyMonACbTzGCzuvvlCdWJ8YmG7KU2E5OjFiFtEuDnK7CX8UxDa1CCUngLtI0PGOcL KqKQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=EyvgwRI+ps+5cZkOoI1nKyi/eTvA8tNSToZ1i/xJfHs=; b=XL1HXiSDXFT4484RzJkzuRMuUZrFXdWkYnegGkdkUaLHk0/AvXI5kXCj1wgtdAVZ9/ T1ngfacd1b331tptA26evwEnHAHXLuJzZZbmUP+f5uCgGmYIsgRi9+hXhFYuo3VfN2M6 A5GvtW3krhAMCwnauHZOo/+MJGEOLAJfmxqgVMA/j1PYT3u0ovoTvwkeaRjwxIhMxUS9 hUCBCLqdwX2XSFIXuzo5GfOR5AySsICgiEtQM4kYD5SOkQcT04bQaJpjl7fjUPstRo8m R1YiPAlnHirfIUmLXBZjgTLnfv9GQHMD64TUP5B7LRclbuMG4vOs6Epw3VEXCH4Y+M9H 2JVg== X-Gm-Message-State: AOAM532O6urX8bdzNBTkmYEjrb9blEgAO4aY+s5Ru1vAHGNARies6WzC +fPzCeOjMrD0hTdPL/ku5Mg= X-Google-Smtp-Source: ABdhPJx5zcOiUuDL6xseZn6lzPS63Y1BXiSrMEjSU2d2O8NQ4SzN/viQhRsxgmJNXs9MkmZLu0kalQ== X-Received: by 2002:a2e:9d8f:: with SMTP id c15mr7932970ljj.111.1622233852168; Fri, 28 May 2021 13:30:52 -0700 (PDT) Received: from roman-S500CA.. (72-28-179-94.pool.ukrtel.net. [94.179.28.72]) by smtp.gmail.com with ESMTPSA id a12sm655820ljk.34.2021.05.28.13.30.50 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 28 May 2021 13:30:51 -0700 (PDT) From: Roman Stratiienko To: linux-kernel@vger.kernel.org Subject: [PATCH v4 0/2] drm/sun4i: Set mixer frame to display size for DE2.0+ Date: Fri, 28 May 2021 23:30:34 +0300 Message-Id: <20210528203036.17999-1-r.stratiienko@gmail.com> X-Mailer: git-send-email 2.30.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mailman-Approved-At: Sat, 29 May 2021 10:14:11 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: megous@megous.com, jernej.skrabec@siol.net, linux-sunxi@googlegroups.com, dri-devel@lists.freedesktop.org, wens@csie.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" This patchset fixes corrupted display picture when primary plane isn't full-screen. Please review/merge. v2: - Split commit in 2 parts - Add Fixes line to the commit message v3: - Address review comments of v2 + removed 3 local varibles - Change 'Fixes' line v4: Resend (author's email changed). Reword commit message. Drop fixes line to allow more testing before back-porting. drivers/gpu/drm/sun4i/sun4i_crtc.c | 3 +++ drivers/gpu/drm/sun4i/sun8i_mixer.c | 28 ++++++++++++++++++++++++++++ drivers/gpu/drm/sun4i/sun8i_ui_layer.c | 30 ------------------------------ drivers/gpu/drm/sun4i/sunxi_engine.h | 12 ++++++++++++ 4 files changed, 43 insertions(+), 30 deletions(-)