Re: linux-next: build failure after merge of the drm-misc tree

2024-05-29 Thread Maxime Ripard
Hi, On Wed, May 29, 2024 at 12:35:31PM GMT, Stephen Rothwell wrote: > Hi all, > > After merging the drm-misc tree, today's linux-next build (arm > multi_v7_defconfig) failed like this: > > drivers/gpu/drm/sun4i/sun4i_hdmi_enc.c: In function > 'sun4i_hdmi_connector_mode_valid': >

Re: [PATCH v17 0/9] Enable Adaptive Sync SDP Support for DP

2024-04-19 Thread Maxime Ripard
On Fri, Apr 19, 2024 at 05:09:29PM +0300, Jani Nikula wrote: > On Fri, 19 Apr 2024, Maxime Ripard wrote: > > On Fri, Apr 19, 2024 at 03:35:55PM +0300, Jani Nikula wrote: > >> On Thu, 04 Apr 2024, "Nautiyal, Ankit K" > >> wrote: > >> > On 3/19/

Re: [PATCH v17 0/9] Enable Adaptive Sync SDP Support for DP

2024-04-19 Thread Maxime Ripard
On Fri, Apr 19, 2024 at 03:35:55PM +0300, Jani Nikula wrote: > On Thu, 04 Apr 2024, "Nautiyal, Ankit K" wrote: > > On 3/19/2024 3:16 PM, Maxime Ripard wrote: > >> On Mon, Mar 18, 2024 at 04:37:58PM +0200, Jani Nikula wrote: > >>> On Mon,

Re: [PULL] drm-intel-next

2024-04-19 Thread Maxime Ripard
Hi, On Wed, Apr 17, 2024 at 09:38:55AM -0400, Rodrigo Vivi wrote: > Another thing that it is important to highlight is that we have 3 drm level > patches in this pull request where I didn't see any explicit recorded > ack from you (drm maintainers) nor from drm-misc maintainers. > The patches

Re: Re: [PATCH 1/2] drm/print: drop include debugfs.h and include where needed

2024-04-15 Thread Maxime Ripard
On Mon, 15 Apr 2024 16:09:22 +0300, Jani Nikula wrote: > On Wed, 10 Apr 2024, Jani Nikula wrote: > > Surprisingly many places depend on debugfs.h to be included via > > drm_print.h. Fix them. > > While all of this is trivial, merely adding some includes, please > >

Re: [RESEND v3 2/2] drm: Add CONFIG_DRM_WERROR

2024-03-27 Thread Maxime Ripard
Hi, On Tue, Mar 26, 2024 at 03:56:50PM -0700, Nathan Chancellor wrote: > On Tue, Mar 05, 2024 at 11:07:36AM +0200, Jani Nikula wrote: > > Add kconfig to enable -Werror subsystem wide. This is useful for > > development and CI to keep the subsystem warning free, while avoiding > > issues outside

Re: [RESEND v3 1/6] drm/mst: read sideband messaging cap

2024-03-19 Thread Maxime Ripard
On Tue, Mar 19, 2024 at 11:20:16AM +0200, Jani Nikula wrote: > On Tue, 19 Mar 2024, Jani Nikula wrote: > > Amend drm_dp_read_mst_cap() to return an enum, indicating "SST", "SST > > with sideband messaging", or "MST". Modify all call sites to take the > > new return value into account. > >

Re: [PATCH v17 0/9] Enable Adaptive Sync SDP Support for DP

2024-03-19 Thread Maxime Ripard
On Mon, Mar 18, 2024 at 04:37:58PM +0200, Jani Nikula wrote: > On Mon, 11 Mar 2024, Mitul Golani > wrote: > > An Adaptive-Sync-capable DP protocol converter indicates its > > support by setting the related bit in the DPCD register. This > > is valid for DP and edp as well. > > > > Computes AS

Re: [PATCH 6/8] drm/vc4: hdmi: do not return negative values from .get_modes()

2024-03-08 Thread Maxime Ripard
On Fri, 8 Mar 2024 18:03:44 +0200, Jani Nikula wrote: > The .get_modes() hooks aren't supposed to return negative error > codes. Return 0 for no modes, whatever the reason. > > Cc: Maxime Ripard > Cc: sta...@vger.kernel.org > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime

[PULL] drm-misc-fixes

2024-03-07 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2024-03-07: A connector status polling fix, a timings fix for the Himax83102-j02 panel, a deadlock fix for nouveau, A controversial format fix for udl that got reverted to allow further discussion, and a build fix for the drm/buddy

Re: [PULL] drm-misc-fixes

2024-03-06 Thread Maxime Ripard
Hi, On Thu, Feb 29, 2024 at 01:54:30PM +, Matthew Auld wrote: > On 29/02/2024 13:37, Maxime Ripard wrote: > > Hi, > > > > Here's this week drm-misc fixes PR. > > > > There's two commits for files unders drivers/soc/qcom that don't have a >

drm-tip Migration to Gitlab

2024-03-05 Thread Maxime Ripard
Hi, In order to prepare for the drm-misc migration that should happen next week, Benjamin and I just migrated drm-tip to Gitlab. It should be effective as of 5 minutes ago, the old cgit repo being currently marked read-only, and will be setup as a mirror. Thanks to the work done last week, we

Re: [RESEND v3 0/2] drm: enable W=1 warnings by default across the subsystem

2024-03-05 Thread Maxime Ripard
, arm and arm64, and > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime

[PULL] drm-misc-fixes

2024-02-29 Thread Maxime Ripard
: pmic_glink_altmode: fix drm bridge use-after-free Matthew Auld (3): drm/buddy: fix range bias drm/buddy: check range allocation matches alignment drm/tests/drm_buddy: add alloc_range_bias test Maxime Ripard (1): Merge drm/drm-fixes into drm-misc-fixes Mikko Perttunen (1

Re: DRM Migration to Gitlab

2024-02-27 Thread Maxime Ripard
On Tue, Feb 27, 2024 at 10:18:01AM +0100, Maxime Ripard wrote: > Hi Jani, > > On Tue, Feb 27, 2024 at 10:29:01AM +0200, Jani Nikula wrote: > > On Tue, 27 Feb 2024, Maxime Ripard wrote: > > > Hi, > > > > > > Sima, after becoming aware of the drm-misc tra

Re: DRM Migration to Gitlab

2024-02-27 Thread Maxime Ripard
Hi Jani, On Tue, Feb 27, 2024 at 10:29:01AM +0200, Jani Nikula wrote: > On Tue, 27 Feb 2024, Maxime Ripard wrote: > > Hi, > > > > Sima, after becoming aware of the drm-misc transition to Gitlab in the > > next couple of weeks, to do the same for DRM today. >

Re: [PATCH v2 00/21] drm/i915: Add Display Port tunnel BW allocation support

2024-02-26 Thread Maxime Ripard
On Mon, Feb 26, 2024 at 03:54:19PM +0200, Jani Nikula wrote: > On Tue, 20 Feb 2024, Imre Deak wrote: > > This is v2 of [1], with the following changes: > > > > - Several functional/typo/formatting fixes, detailed in the patches. > > - Move the BW allocation from encoder hooks to > >

Re: [PATCH] drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversion

2024-02-22 Thread Maxime Ripard
On Mon, 19 Feb 2024 13:14:23 +, Tvrtko Ursulin wrote: > Request can be NULL if no guilty request was identified so simply use > engine->i915 instead. > > Applied to drm/drm-misc (drm-misc-next-fixes). Thanks! Maxime

[PULL] drm-misc-fixes

2024-02-22 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2024-02-22: A list handling fix and 64bit division on 32bit platform fix for the drm/buddy allocator, a cast warning and an initialization fix for nouveau, a bridge handling fix for meson, an initialisation fix for ivpu, a SPARC build

Re: linux-next: build failure after merge of the drm-misc tree

2024-02-22 Thread Maxime Ripard
Hi Biju, On Thu, Feb 22, 2024 at 08:14:14AM +, Biju Das wrote: > > -Original Message- > > From: Stephen Rothwell > > Sent: Thursday, February 22, 2024 1:46 AM > > Subject: linux-next: build failure after merge of the drm-misc tree > > > > Hi all, > > > > After merging the drm-misc

[PATCH] drm/i915/tv: Fix TV mode

2024-02-20 Thread Maxime Ripard
so we need to update the accesses that weren't in the legacy renaming commit. Fixes: 1fd4a5a36f9f ("drm/connector: Rename legacy TV property") Reported-by: Ville Syrjälä Signed-off-by: Maxime Ripard --- drivers/gpu/drm/i915/display/intel_sdvo.c | 10 +- drivers/gpu/drm/i915/displ

Re: [PATCH] drm/i915: Fix possible null pointer dereference after drm_dbg_printer conversion

2024-02-20 Thread Maxime Ripard
ty request was identified so simply use > > > engine->i915 instead. > > > > > > Signed-off-by: Tvrtko Ursulin > > > Fixes: d50892a9554c ("drm/i915: switch from drm_debug_printer() to device > > > specific drm_dbg_printer()") > > > Reporte

Re: Re: [PULL] drm-misc-fixes

2024-02-15 Thread Maxime Ripard
Hi, On Thu, Feb 15, 2024 at 01:41:24PM +0100, Geert Uytterhoeven wrote: > Hi Maxime, > > On Thu, 15 Feb 2024, Maxime Ripard wrote: > > Here's this week drm-misc-fixes PR > > > > Maxime > > > > drm-misc-fixes-2024-02-15: > > A suspend/resume er

[PULL] drm-misc-fixes

2024-02-15 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2024-02-15: A suspend/resume error fix for ivpu, a couple of scheduler fixes for nouveau, a patch to support large page arrays in prime, a uninitialized variable fix in crtc, a locking fix in rockchip/vop2 and a buddy allocator error

[PULL] drm-misc-fixes

2024-02-08 Thread Maxime Ripard
SKU boot parameters to FW Maxime Ripard (1): Merge drm-misc-next-fixes-2024-01-19 into drm-misc-fixes Timur Tabi (2): drm/nouveau: fix several DMA buffer leaks drm/nouveau: nvkm_gsp_radix3_sg() should use nvkm_gsp_mem_ctor() Wachowski, Karol (2): accel/ivpu: Force

Re: Re: [PATCH 00/10] drm: drm debug and error logging improvements

2024-02-01 Thread Maxime Ripard
t given there's no comments outside of Intel, > are you okay with me merging this to drm-misc? Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

[PULL] drm-misc-fixes

2024-02-01 Thread Maxime Ripard
Hi! Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2024-02-01: A quiet week: one fix for CMA dma-buf pages accounting, and one to virtio to set the segment size of the virtio_gpu device. The following changes since commit 27d19268cf394f2c78db732be0cb31852eeadb0a: accel/ivpu:

Re: Re: [PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks

2024-01-28 Thread Maxime Ripard
On Thu, Jan 25, 2024 at 07:17:21PM +0100, Daniel Vetter wrote: > On Tue, Jan 23, 2024 at 06:09:05AM +, Jason-JH Lin (林睿祥) wrote: > > Hi Maxime, Daniel, > > > > We encountered similar issue with mediatek SoCs. > > > > We have found that in drm_atomic_helper_commit_rpm(), when disabling > >

[PULL] drm-misc-fixes

2024-01-26 Thread Maxime Ripard
(1): drm: panel-simple: add missing bus flags for Tianma tm070jvhg[30/33] Maxime Ripard (1): Merge v6.8-rc1 into drm-misc-fixes Michał Winiarski (1): drm/tests: mm: Call drm_mm_print in drm_test_mm_debug Pin-yen Lin (1): drm/bridge: parade-ps8640: Ensure bridge

[PULL] drm-misc-next-fixes

2024-01-19 Thread Maxime Ripard
Hi, Here's this week (and last (maybe)) drm-misc-next-fixes PR. Thanks! Maxime drm-misc-next-fixes-2024-01-19: A null pointer dereference fix for v3d and a protection fault fix for ttm. The following changes since commit 89fe46019a62bc1d0cb49c9615cb3520096c4bc1: drm/v3d: Fix support for

[PULL] drm-misc-next-fixes

2024-01-11 Thread Maxime Ripard
Hi, Here's this week drm-misc-next-fixes PR. Maxime drm-misc-next-fixes-2024-01-11: A fix for the v3d register readout, and two compilation fixes for rockchip. The following changes since commit eee706839333ec0643f1b4898a37588025bf4cb5: drm/imagination: pvr_device.h: fix all kernel-doc

Re: [PATCH 5/7] drm/uAPI: Add "preferred color format" drm property as setting for userspace

2024-01-10 Thread Maxime Ripard
Hi, On Tue, Jan 09, 2024 at 06:11:02PM +, Andri Yngvason wrote: > From: Werner Sembach > > Add a new general drm property "preferred color format" which can be used > by userspace to tell the graphic drivers to which color format to use. > > Possible options are: > - auto

[PULL] drm-misc-next-fixes

2024-01-04 Thread Maxime Ripard
Hi! Here's this week drm-misc-next-fixes PR Maxime drm-misc-next-fixes-2024-01-04: One fix for drm/plane to avoid a use-after-free and some additional warnings to prevent more of these occurences, a lock inversion dependency fix and an indentation fix for drm/rockchip, and some doc warning

Re: [PATCH v9 09/25] drm/modes: Move named modes parsing to a separate function

2024-01-03 Thread Maxime Ripard
Hi Dave, Happy new year :) On Tue, Jan 02, 2024 at 03:12:26PM +, Dave Stevenson wrote: > Hi Maxime > > On Mon, 14 Nov 2022 at 13:00, Maxime Ripard wrote: > > > > The current construction of the named mode parsing doesn't allow to extend > > it easily. Let's mov

[PULL] drm-misc-next-fixes

2023-12-21 Thread Maxime Ripard
Hi, Here's this week drm-misc-next-fixes PR Thanks! Maxime drm-misc-next-fixes-2023-12-21: More fixes for the new imagination drier, a DT node refcount fix for the new aux bridge driver and a missing header fix for the LUT management code. The following changes since commit

[PULL] drm-misc-next

2023-12-14 Thread Maxime Ripard
t-bindings: vendor-prefixes: Add fascontek dt-bindings: display: panel: add Fascontek FS035VG158 panel Marek Szyprowski (1): drm/debugfs: fix potential NULL pointer dereference Matthew Brost (1): drm/doc/rfc: Mark long running workload as complete. Maxime Ripard (1): drm

Re: (subset) [PATCH] drm/crtc: fix uninitialized variable use

2023-12-08 Thread Maxime Ripard
On Fri, 08 Dec 2023 15:12:38 +0200, Jani Nikula wrote: > Commit 3823119b9c2b ("drm/crtc: Fix uninit-value bug in > drm_mode_setcrtc") was supposed to fix use of an uninitialized variable, > but introduced another. > > num_connectors is only initialized if crtc_req->count_connectors > 0, > but

Re: [PATCH RESEND AGAIN v2 0/2] Add drm_dbg_ratelimited()

2023-12-07 Thread Maxime Ripard
On Thu, Dec 07, 2023 at 10:23:08AM +0100, Andi Shyti wrote: > Hi Thomas and Maxime, > > thanks for the answer, > > On Thu, Dec 07, 2023 at 10:10:55AM +0100, Maxime Ripard wrote: > > On Wed, Dec 06, 2023 at 10:09:46PM +0100, Andi Shyti wrote: > > > This is

[Intel-gfx] [PULL] drm-misc-next

2023-12-07 Thread Maxime Ripard
Hi Dave, Sima, Here's this week drm-misc-next PR Maxime drm-misc-next-2023-12-07: drm-misc-next for 6.8: UAPI Changes: - Remove Userspace Mode-Setting ioctls - v3d: New uapi to handle jobs involving the CPU Cross-subsystem Changes: Core Changes: - atomic: Add support for FB-less planes

Re: [Intel-gfx] [PATCH RESEND AGAIN v2 0/2] Add drm_dbg_ratelimited()

2023-12-07 Thread Maxime Ripard
On Wed, Dec 06, 2023 at 10:09:46PM +0100, Andi Shyti wrote: > This is the second time I am resending this series in its v2. It > has been reviewd, acked, blessed, discussed, rectified, assessed, > authorized, validated, glorified, praised, demanded, approved, > and yet, I don't understand why no

Re: [Intel-gfx] [RFC] drm: enable W=1 warnings by default across the subsystem

2023-11-30 Thread Maxime Ripard
On Thu, Nov 30, 2023 at 11:46:00AM +0200, Jani Nikula wrote: > On Thu, 30 Nov 2023, Javier Martinez Canillas wrote: > > Maxime Ripard writes: > > > >> Hi, > >> > >> On Thu, Nov 30, 2023 at 10:52:17AM +0200, Jani Nikula wrote: > >>> On Wed,

Re: [Intel-gfx] [RFC] drm: enable W=1 warnings by default across the subsystem

2023-11-30 Thread Maxime Ripard
Hi, On Thu, Nov 30, 2023 at 10:52:17AM +0200, Jani Nikula wrote: > On Wed, 29 Nov 2023, Hamza Mahfooz wrote: > > Cc: Nathan Chancellor > > > > On 11/29/23 13:12, Jani Nikula wrote: > >> At least the i915 and amd drivers enable a bunch more compiler warnings > >> than the kernel defaults. > >>

[Intel-gfx] [PULL] drm-misc-next

2023-11-30 Thread Maxime Ripard
Hi, Here's this week drm-misc-next PR Thanks! Maxime drm-misc-next-2023-11-30: drm-misc-next for 6.8: UAPI Changes: - Introduction of DRM_CAP_ATOMIC_ASYNC_PAGE_FLIP - Introduction of DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOT Cross-subsystem Changes: - fbdev: Convert a big chunks of drivers to

[Intel-gfx] [PULL] drm-misc-next

2023-11-23 Thread Maxime Ripard
Hi, Here's this week drm-misc-next PR. It's been fairly calm, but there's one big change: the IMG GPU driver is now merged! Maxime drm-misc-next-2023-11-23: drm-misc-next for 6.8: UAPI Changes: Cross-subsystem Changes: Core Changes: - Drop deprecated drm_kms_helper.edid_firmware module

Re: [Intel-gfx] linux-next: Signed-off-by missing for commit in the drm-misc tree

2023-11-22 Thread Maxime Ripard
Hi Luben, On Thu, Nov 16, 2023 at 09:27:58AM +0100, Daniel Vetter wrote: > On Thu, Nov 16, 2023 at 09:11:43AM +0100, Maxime Ripard wrote: > > On Tue, Nov 14, 2023 at 06:46:21PM -0500, Luben Tuikov wrote: > > > On 2023-11-13 22:08, Stephen Rothwell wrote: > > > > BT

Re: [Intel-gfx] [PATCH 0/4] drm/i915: Fix LUT rounding

2023-11-21 Thread Maxime Ripard
conversion rules. > > > > Ville Syrjälä (4): > > drm: Fix color LUT rounding > ^ > I'd like to merge this via drm-intel-next as needs to match > the rounding done in the readout path in i915. > > Maarten,Maxime,Thomas can I get an ack for that? Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

[Intel-gfx] [PULL] drm-misc-next

2023-11-17 Thread Maxime Ripard
st (5): drm/sched: Add drm_sched_wqueue_* helpers drm/sched: Convert drm scheduler to use a work queue rather than kthread drm/sched: Split free_job into own work item drm/sched: Add drm_sched_start_timeout_unlocked helper drm/sched: Add a helper to queue TDR immediately M

Re: [Intel-gfx] linux-next: Signed-off-by missing for commit in the drm-misc tree

2023-11-16 Thread Maxime Ripard
Hi, On Mon, Nov 13, 2023 at 09:56:32PM -0500, Luben Tuikov wrote: > On 2023-11-13 21:45, Stephen Rothwell wrote: > > Hi Luben, > > > > On Mon, 13 Nov 2023 20:32:40 -0500 Luben Tuikov wrote: > >> > >> On 2023-11-13 20:08, Luben Tuikov wrote: > >>> On 2023-11-13 15:55, Stephen Rothwell wrote: >

Re: [Intel-gfx] linux-next: Signed-off-by missing for commit in the drm-misc tree

2023-11-16 Thread Maxime Ripard
On Tue, Nov 14, 2023 at 06:46:21PM -0500, Luben Tuikov wrote: > On 2023-11-13 22:08, Stephen Rothwell wrote: > > BTW, cherry picking commits does not avoid conflicts - in fact it can > > cause conflicts if there are further changes to the files affected by > > the cherry picked commit in either

Re: [Intel-gfx] [PATCH v7 1/6] drm/panelreplay: dpcd register definition for panelreplay

2023-11-06 Thread Maxime Ripard
On Mon, Nov 06, 2023 at 01:01:19PM +, Manna, Animesh wrote: > > > > -Original Message- > > From: Nikula, Jani > > Sent: Friday, November 3, 2023 2:55 PM > > To: Manna, Animesh ; intel- > > g...@lists.freedesktop.org; Maxime Ripard ; Thoma

Re: [Intel-gfx] [PULL] drm-misc-next

2023-11-06 Thread Maxime Ripard
On Mon, Nov 06, 2023 at 11:37:34AM +0100, Thomas Hellström wrote: > On 11/6/23 11:20, Maxime Ripard wrote: > > On Mon, Nov 06, 2023 at 11:01:51AM +0100, Thomas Hellström wrote: > > > Hi, David. > > > > > > On 11/3/23 17:37, David Edelsohn wrote: > > &g

Re: [Intel-gfx] (subset) [PATCH 1/7] drm: Do not round to megabytes for greater than 1MiB sizes in fdinfo stats

2023-11-06 Thread Maxime Ripard
On Wed, 27 Sep 2023 14:38:37 +0100, Tvrtko Ursulin wrote: > It is better not to lose precision and not revert to 1 MiB size > granularity for every size greater than 1 MiB. > > Sizes in KiB should not be so troublesome to read (and in fact machine > parsing is I expect the norm here), they align

Re: [Intel-gfx] [PULL] drm-misc-next

2023-11-06 Thread Maxime Ripard
On Mon, Nov 06, 2023 at 11:01:51AM +0100, Thomas Hellström wrote: > Hi, David. > > On 11/3/23 17:37, David Edelsohn wrote: > > Dual-license drm_gpuvm to GPL-2.0 OR MIT. > > diff --git a/drivers/gpu/drm/drm_gpuvm.c b/drivers/gpu/drm/drm_gpuvm.c > > index 02ce6baacdad..08c088319652 100644 --- > >

Re: [Intel-gfx] [PATCH v4 02/30] drm/dp_mst: Fix fractional DSC bpp handling

2023-11-06 Thread Maxime Ripard
's ok to > > merge them via the i915 tree? > > Need acks from drm-misc maintainers too! > > Cc: Maxime, Thomas, Maarten Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

Re: [Intel-gfx] [PATCH] MAINTAINERS: drm/ci: add entries for xfail files

2023-10-26 Thread Maxime Ripard
On Tue, 19 Sep 2023 15:22:49 -0300, Helen Koike wrote: > DRM CI keeps track of which tests are failing, flaking or being skipped > by the ci in the expectations files. Add entries for those files to the > corresponding driver maintainer, so they can be notified when they > change. > > Applied

Re: [Intel-gfx] [PATCH v2] MAINTAINERS: Update drm-misc entry to match all drivers

2023-09-28 Thread Maxime Ripard
Hi, On Thu, Sep 21, 2023 at 12:57:43PM +0200, Maxime Ripard wrote: > We've had a number of times when a patch slipped through and we couldn't > pick them up either because our MAINTAINERS entry only covers the > framework and thus we weren't Cc'd. > > Let's take another approach

Re: [Intel-gfx] [PATCH 1/8] drm/display/dp: Add helper function to get DSC bpp prescision

2023-09-22 Thread Maxime Ripard
On Thu, Sep 21, 2023 at 10:41:43AM +0300, Jani Nikula wrote: > On Wed, 13 Sep 2023, Mitul Golani > wrote: > > From: Ankit Nautiyal > > > > Add helper to get the DSC bits_per_pixel precision for the DP sink. > > > > Signed-off-by: Ankit Nautiyal > > Maarten, Maxime, Thomas, ack for merging

[Intel-gfx] [PATCH v2] MAINTAINERS: Update drm-misc entry to match all drivers

2023-09-21 Thread Maxime Ripard
. Acked-by: Jani Nikula Signed-off-by: Maxime Ripard --- Cc: Alex Deucher Cc: Christian König Cc: "Pan, Xinhui" Cc: Russell King Cc: Lucas Stach Cc: Christian Gmeiner Cc: Inki Dae Cc: Seung-Woo Kim Cc: Kyungmin Park Cc: Jani Nikula Cc: Joonas Lahtinen Cc: Rodrigo Vivi

Re: [Intel-gfx] [PATCH] MAINTAINERS: drm/ci: add entries for xfail files

2023-09-20 Thread Maxime Ripard
> change. > > Signed-off-by: Helen Koike Thanks for sending this Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

[Intel-gfx] [PULL] drm-misc-fixes

2023-09-07 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-09-07: One doc fix for drm/connector, one fix for amdgpu for an crash when VRAM usage is high, and one fix in gm12u320 to fix the timeout units in the code The following changes since commit

Re: [Intel-gfx] [PATCH v3 4/5] drm/vc4: add trailing newlines to drm_dbg msgs

2023-09-07 Thread Maxime Ripard
dy comport with this: 207 DRM_DEV_DEBUG, > > [ ... ] Acked-by: Maxime Ripard Thanks! Maxime

Re: [Intel-gfx] [PATCH v3 1/5] drm/connector: add trailing newlines to drm_dbg msgs

2023-09-07 Thread Maxime Ripard
On Wed, Sep 06, 2023 at 01:02:19PM -0600, Jim Cromie wrote: > By at least strong convention, a print-buffer's trailing newline says > "message complete, send it". The exception (no TNL, followed by a call > to pr_cont) proves the general rule. > > Most DRM.debug calls already comport with this:

Re: [Intel-gfx] [PATCH 0/6] drm, cec and edid updates

2023-09-01 Thread Maxime Ripard
gt; > Maarten, Maxime, Thomas, ack for merging patches 1, 3 and 4 via via > drm-intel? Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

Re: [Intel-gfx] [PATCH 1/2] drm/display/dp: Assume 8 bpc support when DSC is supported

2023-08-29 Thread Maxime Ripard
On Tue, Aug 29, 2023 at 11:44:10AM +0300, Jani Nikula wrote: > On Thu, 24 Aug 2023, Ankit Nautiyal wrote: > > As per DP v1.4, a DP DSC Sink device shall support 8bpc in DPCD 6Ah. > > Apparently some panels that do support DSC, are not setting the bit for > > 8bpc. > > > > So always assume 8bpc

[Intel-gfx] [PULL] drm-misc-fixes

2023-08-24 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-08-24: A samsung-dsim initialization fix, a devfreq fix for panfrost, a DP DSC define fix, a recursive lock fix for dma-buf, a shader validation fix and a reference counting fix for vmwgfx The following changes since commit

Re: [Intel-gfx] [REGRESSION] HDMI connector detection broken in 6.3 on Intel(R) Celeron(R) N3060 integrated graphics

2023-08-21 Thread Maxime Ripard
On Tue, Aug 15, 2023 at 11:12:46AM +0300, Jani Nikula wrote: > On Mon, 14 Aug 2023, Imre Deak wrote: > > On Sun, Aug 13, 2023 at 03:41:30PM +0200, Linux regression tracking > > (Thorsten Leemhuis) wrote: > > Hi, > > > >> On 11.08.23 20:10, Mikhail Rudenko wrote: > >> > On 2023-08-11 at 08:45

[Intel-gfx] [PULL] drm-misc-fixes

2023-08-17 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-08-17: One EPROBE_DEFER handling fix for the JDI LT070ME05000, a timing fix for the AUO G121EAN01 panel, an integer overflow and a memory leak fixes for the qaic accel, a use-after-free fix for nouveau and a revert for an alleged

Re: [Intel-gfx] [PATCH] video/hdmi: convert *_infoframe_init() functions to void

2023-08-10 Thread Maxime Ripard
Hi, On Tue, Aug 08, 2023 at 11:02:45AM -0700, Nikita Zhandarovich wrote: > Four hdmi_*_infoframe_init() functions that initialize different > types of hdmi infoframes only return the default 0 value, contrary to > their descriptions. Yet these functions are still unnecessarily checked > against

[Intel-gfx] [PULL] drm-misc-fixes

2023-08-10 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-08-10: Multiple fixes for nouveau around memory safety and DisplayPort, one fix to reduce the log level of rockchip, a power state fix for the it6505 bridge, a timing fix for the lt9611 bridge, a cache maintenance fix for ivpu

[Intel-gfx] [PULL] drm-misc-fixes

2023-08-03 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime The following changes since commit 39b1320e5dc2b707dfb5c25b0298ce9d4fc05aea: drm/fb-helper: Remove unused inline function drm_fb_helper_defio_init() (2023-07-25 20:38:37 +0200) are available in the Git repository at:

[Intel-gfx] [PULL] drm-misc-fixes

2023-07-27 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-07-27: A single patch to remove an unused function. The following changes since commit ea293f823a8805735d9e00124df81a8f448ed1ae: drm/nouveau/kms/nv50-: init hpd_irq_lock for PIOR DP (2023-07-19 11:08:47 +0200) are available

[Intel-gfx] [PULL] drm-misc-next

2023-07-21 Thread Maxime Ripard
Hi, Here's this week drm-misc-next PR Thanks! Maxime The following changes since commit 36672dda2eb715af99e9abbcdc400d46598b691c: drm/loongson: Remove a useless check in cursor_plane_atomic_async_check() (2023-07-13 01:24:42 +0800) are available in the Git repository at:

[Intel-gfx] [PULL] drm-misc-fixes

2023-07-20 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-07-20: Memory leak fixes in drm/client, memory access/leak fixes for accel/qaic, another leak fix in dma-buf and three nouveau fixes around hotplugging. The following changes since commit 835a65f51790e1f72b1ab106ec89db9ac15b47d6:

Re: [Intel-gfx] [PATCH] drm: Replace drm_framebuffer plane size functions with its equivalents

2023-07-19 Thread Maxime Ripard
Hi, On Mon, Jul 17, 2023 at 04:04:43PM -0300, Carlos wrote: > On 7/12/23 20:30, André Almeida wrote: > > Hi Carlos, > > > > Em 27/06/2023 15:22, Carlos Eduardo Gallo Filho escreveu: > > [...] > > > > > > So, replace each drm_framebuffer_plane_{width,height} and > > > fb_plane_{width,height}

Re: [Intel-gfx] [Freedreno] [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev

2023-07-17 Thread Maxime Ripard
On Thu, Jul 13, 2023 at 04:14:55PM +0100, Tvrtko Ursulin wrote: > > On 13/07/2023 16:09, Thomas Zimmermann wrote: > > Hi > > > > Am 13.07.23 um 16:41 schrieb Sean Paul: > > > On Thu, Jul 13, 2023 at 9:04 AM Uwe Kleine-König > > > wrote: > > > > > > > > hello Sean, > > > > > > > > On Wed, Jul

Re: [Intel-gfx] [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev

2023-07-13 Thread Maxime Ripard
On Wed, Jul 12, 2023 at 01:02:53PM +0200, Uwe Kleine-König wrote: > > Background is that this makes merge conflicts easier to handle and detect. > > Really? FWIW, I agree with Christian here. > Each file (apart from include/drm/drm_crtc.h) is only touched once. So > unless I'm missing something

Re: [Intel-gfx] [PATCH RFC v1 00/52] drm/crtc: Rename struct drm_crtc::dev to drm_dev

2023-07-13 Thread Maxime Ripard
On Wed, Jul 12, 2023 at 03:38:03PM +0200, Uwe Kleine-König wrote: > Hello Maxime, > > On Wed, Jul 12, 2023 at 02:52:38PM +0200, Maxime Ripard wrote: > > On Wed, Jul 12, 2023 at 01:02:53PM +0200, Uwe Kleine-König wrote: > > > > Background is that this makes merge

[Intel-gfx] [PULL] drm-misc-fixes

2023-07-13 Thread Maxime Ripard
/nouveau/kms/nv50-: Fix drm_dp_remove_payload() invocation Marek Vasut (1): drm/panel: simple: Add Powertip PH800480T013 drm_display_mode flags Maxime Ripard (1): Merge v6.5-rc1 into drm-misc-fixes Thomas Hellström (2): drm/ttm: Don't leak a resource on eviction error

[Intel-gfx] [PULL] drm-misc-next

2023-05-11 Thread Maxime Ripard
ter check in two functions drm/bridge: it6505: Move a variable assignment behind a null pointer check in receive_timing_debugfs_show() Maxime Ripard (3): drm/vc4: Switch to container_of_const drm/vc4: hdmi: Update all the planes if the TV margins are changed Merge drm/drm-nex

Re: [Intel-gfx] [PATCH v2] drm/scdc-helper: Pimp SCDC debugs

2023-04-04 Thread Maxime Ripard
> Cc: Neil Armstrong > Cc: Robert Foss > Cc: Laurent Pinchart > Cc: Jonas Karlman > Cc: Jernej Skrabec > Cc: Thierry Reding > Cc: Emma Anholt > Cc: Maxime Ripard > Cc: intel-gfx@lists.freedesktop.org > Cc: linux-te...@vger.kernel.org > Signed-off-by: Ville Syrjälä Acked-by: Maxime Ripard Thanks! Maxime

Re: [Intel-gfx] [PATCH] drm/scdc-helper: Pimp SCDC debugs

2023-03-30 Thread Maxime Ripard
Hi, On Wed, Mar 29, 2023 at 08:14:02PM +0300, Ville Syrjala wrote: > diff --git a/drivers/gpu/drm/display/drm_scdc_helper.c > b/drivers/gpu/drm/display/drm_scdc_helper.c > index c3ad4ab2b456..2b124152384c 100644 > --- a/drivers/gpu/drm/display/drm_scdc_helper.c > +++

Re: [Intel-gfx] [PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks

2023-03-07 Thread Maxime Ripard
g report. Thanks for submitting that patch. It's been in the downstream RPi tree for a while, so I'd really like it to be merged eventually :) Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

Re: [Intel-gfx] [PULL] drm-misc-next-fixes

2023-02-23 Thread Maxime Ripard
Hi Maarten, On Thu, Feb 23, 2023 at 07:25:23PM +0100, Maarten Lankhorst wrote: > Hi Dave and Daniel, > > Here's the first pull request for v6.4-rc1. > > Enjoy! > > ~Maarten > > drm-misc-next-2023-02-23: > drm-misc-next for v6.4-rc1: > > First pull request to keep the delta from growing too

[Intel-gfx] [PULL] drm-misc-fixes

2023-02-23 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-02-23: A fix for nouveau preventing the system shutdown and one for a build warning, and NULL pointer dereference fix for cirrus. The following changes since commit a950b989ea29ab3b38ea7f6e3d2540700a3c54e8:

[Intel-gfx] [PULL] drm-misc-fixes

2023-02-16 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR. Maxime drm-misc-fixes-2023-02-16: Multiple fixes in vc4 to address issues with YUV planes, HDMI and CRTC; an invalid page access fix for fbdev, mark dynamic debug as broken, a double free and refcounting fix for vmwgfx. The following changes

[Intel-gfx] [PULL] drm-misc-fixes

2023-02-09 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-02-09: A fix for a circular refcounting in drm/client, one for a memory leak in amdgpu and a virtio fence fix when interrupted The following changes since commit a3ee9e0b57f8ecca02d1c16fad4941e09bfe2941:

[Intel-gfx] [PULL] drm-misc-fixes

2023-02-02 Thread Maxime Ripard
Hi, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-02-02: A fix for a non-unique CEC adapter name registration in vc4, a regression breaking the display in ssd130x, a signaling bit issue in dma-fence, a couple of fixes in nouveau for Turing and Ampere, and a disable fix for the

[Intel-gfx] [PULL] drm-misc-fixes

2023-01-26 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-01-26: A fix and a preliminary patch to fix a memory leak in i915, and a use after free fix for fbdev deferred io The following changes since commit 2293a73ad4f3b6c37c06713ff1b67659d92ef43d: drm/i915: Remove

Re: [Intel-gfx] [PATCH 1/2] drm/drm_vma_manager: Add drm_vma_node_allow_once()

2023-01-19 Thread Maxime Ripard
o keep track of each drm_vma_node_allow() to call subsequent > drm_vma_node_revoke() to prevent memory leak. > > Cc: Maarten Lankhorst > Cc: Maxime Ripard > Cc: Thomas Zimmermann > Cc: David Airlie > Cc: Daniel Vetter > Cc: Tvrtko Ursulin > Cc: Andi Shyti >

[Intel-gfx] [PULL] drm-misc-fixes

2023-01-19 Thread Maxime Ripard
with vga-switcheroo. Arnd Bergmann (1): drm/panfrost: fix GENERIC_ATOMIC64 dependency Maxime Ripard (2): drm/vc4: bo: Fix drmm_mutex_init memory hog drm/vc4: bo: Fix unused variable warning Nirmoy Das (1

[Intel-gfx] [PULL] drm-misc-fixes

2023-01-12 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2023-01-12: Several fixes for amdgpu (all addressing issues with fences), yet another orientation quirk for a Lenovo device, a use-after-free fix for virtio, a regression fix in TTM and a performance regression in drm

[Intel-gfx] [PULL] drm-misc-fixes

2023-01-04 Thread Maxime Ripard
the missing declaration of drm_atomic_state Maxime Ripard (1): Merge drm/drm-fixes into drm-misc-fixes Philipp Zabel (1): drm/imx: ipuv3-plane: Fix overlay plane width Steven Price (1): drm/panfrost: Fix GEM handle creation ref-counting Xiu Jianfeng (1): drm/virtio: Fix

[Intel-gfx] [PULL] drm-misc-next-fixes

2023-01-03 Thread Maxime Ripard
Hi Daniel, Dave, Here's the drm-misc-next-fixes leftovers. Maxime drm-misc-next-fixes-2023-01-03: The drm-misc-next-fixes leftovers. It addresses a bug in drm/scheduler ending up causing a lockup, and reduces the stack usage of some drm/mm kunit tests. The following changes since commit

[Intel-gfx] [PULL] drm-misc-fixes

2022-12-22 Thread Maxime Ripard
Hi, here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2022-12-22: One fix for a use-after-free in panfrost, one to fix the error handling in dma_buf_export and one to fix a compile error with drm_plane_helper_atomic_check missing a definition for drm_atomic_state The following changes

[Intel-gfx] [PULL] drm-misc-next-fixes

2022-12-08 Thread Maxime Ripard
Hi, Here's this week drm-misc-next-fixes PR All of those patches seems to have been applied to both drm-misc-next and drm-misc-next-fixes and were part of the final drm-misc-next PR for 6.2. So we shouldn't have any new patch per se, but it aligns all our branches and fixes this odd situation.

Re: [Intel-gfx] [PULL] drm-misc-fixes

2022-11-30 Thread Maxime Ripard
Hi Maarten On Wed, Nov 30, 2022 at 02:16:05PM +0100, Maarten Lankhorst wrote: > A single fix to vmwgfx mks-guest-stats ioctl. > I lost my internet connection when pushing the tag, so I put together this > mail > manually. I hope you remember where drm-misc is hosted. :) For reference, you can

Re: [Intel-gfx] [PATCH v10 00/19] drm: Analog TV Improvements

2022-11-24 Thread Maxime Ripard
On Mon, Nov 21, 2022 at 03:51:26PM +0100, Daniel Vetter wrote: > On Thu, Nov 17, 2022 at 10:28:43AM +0100, Maxime Ripard wrote: > > Hi, > > > > Here's a series aiming at improving the command line named modes support, > > and more importantly how we deal with

[Intel-gfx] [PULL] drm-misc-next

2022-11-23 Thread Maxime Ripard
Hi Daniel, Dave, We might be fairly late for a drm-misc-next PR by now, but I chose to send it anyway because we might have an -rc8, and this is almost exclusively fixes that should go in anyway. This will be the last drm-misc-next PR for this cycle Maxime drm-misc-next-2022-11-24:

Re: [Intel-gfx] linux-next: manual merge of the drm-misc tree with the origin tree

2022-11-18 Thread Maxime Ripard
On Thu, Nov 17, 2022 at 05:01:08PM -0700, Nathan Chancellor wrote: > On Fri, Nov 18, 2022 at 09:06:36AM +1100, Stephen Rothwell wrote: > > Hi Nathan, > > > > On Thu, 17 Nov 2022 10:29:33 -0700 Nathan Chancellor > > wrote: > > > > > > This resolution is not quite right, as pointed out by clang:

Re: [Intel-gfx] [PATCH v10 18/19] drm/vc4: vec: Add support for more analog TV standards

2022-11-17 Thread Maxime Ripard
On Thu, Nov 17, 2022 at 04:49:28PM +0100, Mauro Carvalho Chehab wrote: > On Thu, 17 Nov 2022 10:29:01 +0100 > Maxime Ripard wrote: > > > From: Mateusz Kwiatkowski > > > > Add support for the following composite output modes (all of them are > > somewhat more ob

  1   2   3   4   5   6   7   >