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 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 smtp.lore.kernel.org (Postfix) with ESMTPS id B8C4BC433EF for ; Fri, 26 Nov 2021 06:48:38 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 714AE6E5BF; Fri, 26 Nov 2021 06:48:37 +0000 (UTC) Received: from emeril.freedesktop.org (emeril.freedesktop.org [131.252.210.167]) by gabe.freedesktop.org (Postfix) with ESMTP id 72D396E5BF; Fri, 26 Nov 2021 06:48:36 +0000 (UTC) Received: from emeril.freedesktop.org (localhost [127.0.0.1]) by emeril.freedesktop.org (Postfix) with ESMTP id 6C424AA917; Fri, 26 Nov 2021 06:48:36 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Patchwork To: =?utf-8?b?VmlsbGUgU3lyasOkbMOk?= Date: Fri, 26 Nov 2021 06:48:36 -0000 Message-ID: <163790931642.11079.4737978320599918235@emeril.freedesktop.org> X-Patchwork-Hint: ignore References: <20211124113652.22090-1-ville.syrjala@linux.intel.com> In-Reply-To: <20211124113652.22090-1-ville.syrjala@linux.intel.com> Subject: [Intel-gfx] =?utf-8?b?4pyXIEZpLkNJLkNIRUNLUEFUQ0g6IHdhcm5pbmcg?= =?utf-8?q?for_drm/i915/fbc=3A_More_FBC_refactoring_=28rev2=29?= X-BeenThere: intel-gfx@lists.freedesktop.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Intel graphics driver community testing & development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: intel-gfx@lists.freedesktop.org Cc: intel-gfx@lists.freedesktop.org Errors-To: intel-gfx-bounces@lists.freedesktop.org Sender: "Intel-gfx" == Series Details == Series: drm/i915/fbc: More FBC refactoring (rev2) URL : https://patchwork.freedesktop.org/series/97239/ State : warning == Summary == $ dim checkpatch origin/drm-tip b0fe40e87a84 drm/i915/fbc: Eliminate racy intel_fbc_is_active() usage bed0959cfa5b drm/i915/fbc: Pass whole plane state to intel_fbc_min_limit() efd77e8334c0 drm/i915/fbc: Nuke lots of crap from intel_fbc_state_cache 545993666997 drm/i915/fbc: Relocate intel_fbc_override_cfb_stride() c8cc75f5871a drm/i915/fbc: Nuke more FBC state f83f4327755d drm/i915/fbc: Reuse the same struct for the cache and params 8f85614ed262 drm/i915/fbc: Pass around FBC instance instead of crtc 2e39a4018470 drm/i915/fbc: Track FBC usage per-plane -:427: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #427: FILE: drivers/gpu/drm/i915/i915_trace.h:385: + struct intel_crtc *crtc = intel_get_crtc_for_pipe(to_i915(plane->base.dev), -:427: WARNING:TABSTOP: Statements should start on a tabstop #427: FILE: drivers/gpu/drm/i915/i915_trace.h:385: + struct intel_crtc *crtc = intel_get_crtc_for_pipe(to_i915(plane->base.dev), -:447: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #447: FILE: drivers/gpu/drm/i915/i915_trace.h:407: + struct intel_crtc *crtc = intel_get_crtc_for_pipe(to_i915(plane->base.dev), -:447: WARNING:TABSTOP: Statements should start on a tabstop #447: FILE: drivers/gpu/drm/i915/i915_trace.h:407: + struct intel_crtc *crtc = intel_get_crtc_for_pipe(to_i915(plane->base.dev), -:467: WARNING:LONG_LINE: line length of 102 exceeds 100 columns #467: FILE: drivers/gpu/drm/i915/i915_trace.h:429: + struct intel_crtc *crtc = intel_get_crtc_for_pipe(to_i915(plane->base.dev), -:467: WARNING:TABSTOP: Statements should start on a tabstop #467: FILE: drivers/gpu/drm/i915/i915_trace.h:429: + struct intel_crtc *crtc = intel_get_crtc_for_pipe(to_i915(plane->base.dev), total: 0 errors, 6 warnings, 0 checks, 423 lines checked ff34e90358e2 drm/i915/fbc: Flatten __intel_fbc_pre_update() 3a841917eade drm/i915/fbc: Pass i915 instead of FBC instance to FBC underrun stuff 30449365cb8d drm/i915/fbc: Move FBC debugfs stuff into intel_fbc.c fe90fc1caab3 drm/i915/fbc: Introduce intel_fbc_add_plane() 17e23c924c3e drm/i915/fbc: Allocate intel_fbc dynamically 66c429270725 drm/i915/fbc: Move stuff from intel_fbc_can_enable() into intel_fbc_check_plane() 80232297151f drm/i915/fbc: Disable FBC fully on FIFO underrun 333fc023eb02 drm/i915/fbc: Nuke state_cache 0d101081f6ba drm/i915/fbc: Move plane pointer into intel_fbc_state 1613ba4b582f drm/i915/fbc: s/parms/fbc_state/ 265f35c68dfa drm/i915/fbc: No FBC+double wide pipe 707fe3ea76e0 drm/i915/fbc: Pimp the FBC debugfs output