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

2021-06-03 Thread Maxime Ripard
Hi Daniel, Dave, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2021-06-03: One fix for a fb_defio breakage The following changes since commit 8124c8a6b35386f73523d27eacb71b5364a68c4c: Linux 5.13-rc4 (2021-05-30 11:58:25 -1000) are available in the Git repository at: git://anong

Re: [Intel-gfx] [PATCH 2/4] drm/uAPI: Add "active bpc" as feedback channel for "max bpc" drm property

2021-06-07 Thread Maxime Ripard
Hi, On Fri, Jun 04, 2021 at 07:17:21PM +0200, Werner Sembach wrote: > Add a new general drm property "active bpc" which can be used by graphic > drivers > to report the applied bit depth per pixel back to userspace. Just a heads up, we'll need an open source project that has accepted it before m

Re: [Intel-gfx] New uAPI for color management proposal and feedback request

2021-06-07 Thread Maxime Ripard
Hi, On Wed, May 12, 2021 at 02:06:56PM +0200, Werner Sembach wrote: > Hello, > > In addition to the existing "max bpc", and "Broadcast RGB/output_csc" > drm properties I propose 4 new properties: "preferred pixel encoding", > "active color depth", "active color range", and "active pixel > encodin

Re: [Intel-gfx] [PATCH v2 4/7] drm/i915/display: Add handling for new "active bpc" property

2021-06-10 Thread Maxime Ripard
Hi On Tue, Jun 08, 2021 at 07:43:17PM +0200, Werner Sembach wrote: > This commits implements the "active bpc" drm property for the Intel GPU > driver. > > Signed-off-by: Werner Sembach > --- > drivers/gpu/drm/i915/display/intel_display.c | 14 ++ > drivers/gpu/drm/i915/display/inte

Re: [Intel-gfx] [PATCH v2 1/7] drm/sysfs: introduce drm_sysfs_connector_hotplug_event

2021-06-10 Thread Maxime Ripard
Hi, On Wed, Jun 09, 2021 at 09:23:27PM +, Simon Ser wrote: > This function sends a hotplug uevent with a CONNECTOR property. > > Signed-off-by: Simon Ser > --- > drivers/gpu/drm/drm_sysfs.c | 25 + > include/drm/drm_sysfs.h | 1 + > 2 files changed, 26 insertion

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

2021-06-10 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Thanks! Maxime drm-misc-fixes-2021-06-10: One fix for snu4i that prevents it from probing, two locking fixes for ttm and drm_auth, one off-by-x1000 fix for mcde and a fix for vc4 to prevent an out-of-bounds access. The following changes since c

Re: [Intel-gfx] New uAPI for color management proposal and feedback request

2021-06-16 Thread Maxime Ripard
Hi Pekka, On Mon, Jun 07, 2021 at 11:06:32AM +0300, Pekka Paalanen wrote: > On Mon, 7 Jun 2021 09:48:05 +0200 > Maxime Ripard wrote: > > > I've started to implement this for the raspberrypi some time ago. > > > > https://github.com/raspberrypi/linux/pull/

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

2021-10-14 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-next PR Maxime drm-misc-next-2021-10-14: drm-misc-next for 5.16: UAPI Changes: Cross-subsystem Changes: Core Changes: - fbdev: Fix double-free, Remove unused scrolling acceleration - locking: improve logging for contented locks without backoff

Re: [Intel-gfx] [PATCH 1/3] drm/dp: add helpers to read link training delays

2021-10-18 Thread Maxime Ripard
Hi Jani, On Fri, Oct 15, 2021 at 06:21:35PM +0300, Jani Nikula wrote: > On Thu, 14 Oct 2021, Jani Nikula wrote: > > The link training delays are different and/or available in different > > DPCD offsets depending on: > > > > - Clock recovery vs. channel equalization > > - DPRX vs. LTTPR > > - 128b

Re: [Intel-gfx] [PULL] topic/drm-dp-training-delay-helpers for drm-misc-next and drm-intel-next

2021-10-19 Thread Maxime Ripard
On Tue, Oct 19, 2021 at 12:59:57PM +0300, Jani Nikula wrote: > > Hi all - > > These are the drm dp helpers for figuring out link training delays, to > be pulled to both drm-misc-next and drm-intel-next. > > > topic/drm-dp-training-delay-helpers-2021-10-19: > Core Changes: > - drm dp helpers for

Re: [Intel-gfx] [PULL] topic/amdgpu-dp2.0-mst

2021-10-27 Thread Maxime Ripard
Hi Lyude, On Mon, Oct 25, 2021 at 09:30:14PM -0400, Lyude Paul wrote: > topic/amdgpu-dp2.0-mst-2021-10-25: > UAPI Changes: > Nope! > > Cross-subsystem Changes: > drm_dp_update_payload_part1() takes a new argument for specifying what the > VCPI slot start is > > Core Changes: > Make the DP MST he

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

2021-10-28 Thread Maxime Ripard
Hi Dave, Daniel, Here's the (hopefully) final drm-misc-fixes PR for 5.15 I'll have a look tomorrow morning to see if anything has been committed and send a PR if so. Maxime drm-misc-fixes-2021-10-28: One patch to fix the default screen orientation on the GPD Win3 The following changes since com

Re: [Intel-gfx] [PATCH v2 0/6] drm/displayid: VESA vendor block and drm/i915 MSO use of it

2021-09-14 Thread Maxime Ripard
for merging this via > drm-intel? I think at this time we can get the merge to drm-next and > backmerge to drm-misc fairly quickly, and a topic branch would be > overkill. Yep, that works for me Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature

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

2021-09-16 Thread Maxime Ripard
ove obsolete DRM Support for ZTE SoCs drm: omap: remove obsolete selection of OMAP2_DSS in config DRM_OMAP Markuss Broks (2): drm/panel: Add DT bindings for Samsung S6D27A1 display panel drm/panel: s6d27a1: Add driver for Samsung S6D27A1 display panel Maxime Ripard (5): Me

Re: [Intel-gfx] [PATCH v3 00/13] drm/i915/dp: dp 2.0 enabling prep work

2021-09-17 Thread Maxime Ripard
On Fri, Sep 17, 2021 at 03:54:23PM +0300, Jani Nikula wrote: > On Thu, 09 Sep 2021, Jani Nikula wrote: > > v3 of https://patchwork.freedesktop.org/series/93800/ with minor tweaks > > and the already merged patches obviously dropped. > > > > Jani Nikula (13): > > drm/dp: add DP 2.0 UHBR link rate

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

2021-09-22 Thread Maxime Ripard
Hi, On Mon, Sep 20, 2021 at 05:29:41PM -0500, Rob Herring wrote: > On Thu, Sep 16, 2021 at 2:31 AM Maxime Ripard wrote: > > > > Hi Dave, Daniel, > > > > Here's the first drm-misc-next PR for 5.16 > > > > Thanks! > > Maxime > > > > d

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

2021-09-23 Thread Maxime Ripard
s Bulwahn (1): MAINTAINERS: fix typo in DRM DRIVER FOR SAMSUNG S6D27A1 PANELS Maxime Ripard (1): drm/bridge: Move devm_drm_of_get_bridge to bridge/panel.c Melissa Wen (1): drm/v3d: fix sched job resources cleanup when a job is aborted Souptick Joarder (2): drm/rockchip: remov

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

2021-09-30 Thread Maxime Ripard
rm/ttm: add TTM_TT_FLAG_EXTERNAL_MAPPABLE Maxime Ripard (7): drm/bridge: Add documentation sections drm/bridge: Document the probe issue with MIPI-DSI bridges drm/mipi-dsi: Create devm device registration drm/mipi-dsi: Create devm device attachment drm/probe-helpe

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

2021-05-06 Thread Maxime Ripard
Hi Dave, Daniel, Here's the drm-misc-next-fixes PR for this week Thanks! Maxime drm-misc-next-fixes-2021-05-06: Two patches, one to fix a null pointer dereference in msm, and one to fix an unused warning for in fbdev when PROCFS is disabled. The following changes since commit 74deef03a44ae77db85

Re: [Intel-gfx] [PATCH v3 1/5] drm/connector: Create a helper to attach the hdr_output_metadata property

2021-05-10 Thread Maxime Ripard
Hi, On Fri, Apr 30, 2021 at 11:44:47AM +0200, Maxime Ripard wrote: > All the drivers that implement HDR output call pretty much the same > function to initialise the hdr_output_metadata property, and while the > creation of that property is in a helper, every driver uses the same > co

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

2021-05-13 Thread Maxime Ripard
m/vc4: remove unused function Maxime Ripard (1): Merge drm/drm-fixes into drm-misc-fixes xinhui pan (1): drm/ttm: Do not add non-system domain BO into swap list .mailmap | 1 + MAINTAINERS | 10 +- drivers/gpu/drm/vc4/vc4_vec.c | 6 -- 3

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

2021-05-20 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week fix for drm-misc-fixes Maxime drm-misc-fixes-2021-05-20: Just a single fix for a dma-buf related WARN The following changes since commit c55b44c9386f3ee1b08752638559f19deaf6040d: Merge drm/drm-fixes into drm-misc-fixes (2021-05-11 13:35:52 +0200) are availab

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

2021-05-27 Thread Maxime Ripard
Hi, Here's the fixes for drm-misc-fixes for this week Maxime drm-misc-fixes-2021-05-27: A fix in meson for a crash at shutdown and one for TTM to prevent irrelevant swapout The following changes since commit 7e008b02557ccece4d2c31fb0eaf6243cbc87121: dma-buf: fix unintended pin/unpin warnings

Re: [Intel-gfx] [GIT PULL] drm-misc + drm-intel: Add support for out-of-band hotplug notification

2021-08-26 Thread Maxime Ripard
On Wed, Aug 25, 2021 at 04:03:43PM +, Vivi, Rodrigo wrote: > On Tue, 2021-08-24 at 18:48 +0200, Hans de Goede wrote: > > Hi, > > > > On 8/24/21 10:45 AM, Jani Nikula wrote: > > > On Fri, 20 Aug 2021, Hans de Goede wrote: > > > > Hello drm-misc and drm-intel maintainers, > > > > > > > > My "A

Re: [Intel-gfx] [PATCH 09/15] drm/armada: Remove prepare/cleanup_fb hooks

2021-06-24 Thread Maxime Ripard
t; for its ->fb pointer during its entire lifetime, > see __drm_atomic_helper_plane_destroy_state() > > Signed-off-by: Daniel Vetter > Cc: Russell King Acked-by: Maxime Ripard Maxime ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org

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

2021-06-24 Thread Maxime Ripard
flips Daniel Vetter (1): Revert "drm: add a locked version of drm_is_current_master" Desmond Cheong Zhi Xi (1): drm: add a locked version of drm_is_current_master Krzysztof Kozlowski (1): drm/panel: ld9040: reference spi_device_id table Maxime Ripard (2): drm/vc4:

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

2021-03-25 Thread Maxime Ripard
idge/analogix/anx6345: Cleanup on errors in anx6345_bridge_attach() drm/bridge/analogix/dp_core: Unregister DP AUX channel on error in analogix_dp_probe() Matthew Wilcox (Oracle) (1): fb_defio: Remove custom address_space_operations Maxime Ripard (2): Merge drm/drm-next into

Re: [Intel-gfx] [PATCH v5 1/2] drm/dp_helper: Define options for FRL training for HDMI2.1 PCON

2021-03-26 Thread Maxime Ripard
Hi, On Fri, Mar 26, 2021 at 11:47:58AM +0200, Jani Nikula wrote: > On Tue, 23 Mar 2021, Ankit Nautiyal wrote: > > Currently the FRL training mode (Concurrent, Sequential) and > > training type (Normal, Extended) are not defined properly and > > are passed as bool values in drm_helpers for pcon >

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

2021-04-01 Thread Maxime Ripard
analogix/dp_core: Unregister DP AUX channel on error in analogix_dp_probe() Matthew Wilcox (Oracle) (1): fb_defio: Remove custom address_space_operations Maxime Ripard (2): Merge drm/drm-next into drm-misc-next drm/rockchip: Remove unused variable Noralf Trønnes (3): drm/uap

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

2021-04-09 Thread Maxime Ripard
Hi Dave, Daniel, Like you asked, here's this week drm-misc-next PR Maxime drm-misc-next-2021-04-09: drm-misc-next for 5.13: UAPI Changes: Cross-subsystem Changes: Core Changes: - bridge: Fix Kconfig dependency - cmdline: Refuse zero width/height mode - ttm: Ignore signaled move fences,

[Intel-gfx] [PATCH v2 4/5] drm/connector: Add a helper to attach the colorspace property

2021-04-13 Thread Maxime Ripard
The intel driver uses the same logic to attach the Colorspace property in multiple places and we'll need it in vc4 too. Let's move that common code in a helper. Signed-off-by: Maxime Ripard --- Changes from v1: - New patch --- drivers/gpu/drm/drm_connector.c

[Intel-gfx] [PATCH v2 5/5] drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe

2021-04-13 Thread Maxime Ripard
Our driver while supporting HDR didn't send the proper colorimetry info in the AVI infoframe. Let's add the property needed so that the userspace can let us know what the colorspace is supposed to be. Signed-off-by: Maxime Ripard --- Changes from v1: - New patch --- drivers/g

[Intel-gfx] [PATCH v2 2/5] drm/connector: Add helper to compare HDR metadata

2021-04-13 Thread Maxime Ripard
those drivers. Reviewed-by: Harry Wentland Reviewed-by: Jernej Skrabec Signed-off-by: Maxime Ripard --- Changes from v1: - Rebased on latest drm-misc-next tag - Added the tags - Fix build breakage on amdgpu --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 23 ++- drivers/gp

[Intel-gfx] [PATCH v2 1/5] drm/connector: Create a helper to attach the hdr_output_metadata property

2021-04-13 Thread Maxime Ripard
-by: Jernej Skrabec Signed-off-by: Maxime Ripard --- Changes from v1: - Rebased on latest drm-misc-next tag - Added the tags --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +--- drivers/gpu/drm/bridge/synopsys/dw-hdmi.c | 3 +-- drivers/gpu/drm/drm_connector.c

[Intel-gfx] [PATCH v2 3/5] drm/vc4: Add HDR metadata property to the VC5 HDMI connectors

2021-04-13 Thread Maxime Ripard
From: Dave Stevenson Now that we can export deeper colour depths, add in the signalling for HDR metadata. Signed-off-by: Dave Stevenson Signed-off-by: Maxime Ripard --- Changes from v1: - Rebased on latest drm-misc-next tag --- drivers/gpu/drm/vc4/vc4_hdmi.c | 53

Re: [Intel-gfx] [PATCH 11/12] drm/vc4: Don't set allow_fb_modifiers explicitly

2021-04-14 Thread Maxime Ripard
nit > > this is done automatically as part of plane init, if drivers set the > modifier list correctly. Which is the case here. > > Signed-off-by: Daniel Vetter > Cc: Eric Anholt > Cc: Maxime Ripard Acked-by: Maxime Ripard Thanks! Maxime

Re: [Intel-gfx] [PATCH 12/12] drm/modifiers: Enforce consistency between the cap an IN_FORMATS

2021-04-14 Thread Maxime Ripard
alanen > Signed-off-by: Daniel Vetter > Cc: Maarten Lankhorst > Cc: Maxime Ripard > Cc: Thomas Zimmermann > Cc: David Airlie > Cc: Daniel Vetter Acked-by: Maxime Ripard Maxime signature.asc Description: PGP signature ___ Inte

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

2021-04-22 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-next-fixes PR, for the next merge window Thanks! Maxime drm-misc-next-fixes-2021-04-22: A few fixes for the next merge window, with some build fixes for anx7625 and lt8912b bridges, incorrect error handling for lt8912b and TTM, and one fix for TTM page

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

2021-04-26 Thread Maxime Ripard
Hi Alex, On Thu, Apr 22, 2021 at 12:40:10PM -0400, Alex Deucher wrote: > On Thu, Apr 22, 2021 at 12:33 PM Maxime Ripard wrote: > > > > Hi Dave, Daniel, > > > > Here's this week drm-misc-next-fixes PR, for the next merge window > > > >

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

2021-04-29 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-next-fixes PR Maxime drm-misc-next-fixes-2021-04-29: Two patches in drm-misc-next-fixes this week, one to fix the error handling in TTM when a BO can't be swapped out and one to prevent a wrong dereference in efifb. The following changes since commit a4

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

2021-04-29 Thread Maxime Ripard
On Wed, Apr 28, 2021 at 04:57:26PM -0400, Alex Deucher wrote: > On Mon, Apr 26, 2021 at 3:35 AM Maxime Ripard wrote: > > > > Hi Alex, > > > > On Thu, Apr 22, 2021 at 12:40:10PM -0400, Alex Deucher wrote: > > > On Thu, Apr 22, 2021 at 12:33 PM Maxime Ripard wr

[Intel-gfx] [PATCH v3 1/5] drm/connector: Create a helper to attach the hdr_output_metadata property

2021-04-30 Thread Maxime Ripard
-by: Jernej Skrabec Signed-off-by: Maxime Ripard --- Changes from v2: - Rebased on current drm-misc-next - Fixed a merge conflict with i915 Changes from v1: - Rebased on latest drm-misc-next tag - Added the tags --- .../gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c | 4 +--- drivers/gpu

[Intel-gfx] [PATCH v3 2/5] drm/connector: Add helper to compare HDR metadata

2021-04-30 Thread Maxime Ripard
those drivers. Reviewed-by: Harry Wentland Reviewed-by: Jernej Skrabec Signed-off-by: Maxime Ripard --- Changes from v2: - Rebased on current drm-misc-next Changes from v1: - Rebased on latest drm-misc-next tag - Added the tags - Fix build breakage on amdgpu --- .../gpu/drm/amd/di

[Intel-gfx] [PATCH v3 3/5] drm/vc4: Add HDR metadata property to the VC5 HDMI connectors

2021-04-30 Thread Maxime Ripard
From: Dave Stevenson Now that we can export deeper colour depths, add in the signalling for HDR metadata. Signed-off-by: Dave Stevenson Signed-off-by: Maxime Ripard --- Changes from v2: - Rebased on current drm-misc-next Changes from v1: - Rebased on latest drm-misc-next tag

[Intel-gfx] [PATCH v3 4/5] drm/connector: Add a helper to attach the colorspace property

2021-04-30 Thread Maxime Ripard
The intel driver uses the same logic to attach the Colorspace property in multiple places and we'll need it in vc4 too. Let's move that common code in a helper. Signed-off-by: Maxime Ripard --- Changes from v2: - Rebased on current drm-misc-next Changes from v1: - New patch --

[Intel-gfx] [PATCH v3 5/5] drm/vc4: hdmi: Signal the proper colorimetry info in the infoframe

2021-04-30 Thread Maxime Ripard
Our driver while supporting HDR didn't send the proper colorimetry info in the AVI infoframe. Let's add the property needed so that the userspace can let us know what the colorspace is supposed to be. Signed-off-by: Maxime Ripard --- Changes from v2: - Rebased on current drm

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

2019-01-07 Thread Maxime Ripard
_destroy() drm/dp_mst: Remove bogus conditional in drm_dp_update_payload_part1() drm/dp_mst: Refactor drm_dp_update_payload_part1() Maxime Ripard (1): Merge tag 'topic/drmp-cleanup-2019-01-02' of git://anongit.freedesktop.org/drm/drm-intel into drm-misc-next Mika Kuoppala

Re: [Intel-gfx] [PULL] topic/drmp-cleanup for drm-misc-next and drm-intel-next-queued

2019-01-07 Thread Maxime Ripard
merged the PR, and it's on its way to Daniel and Dave now. Thanks Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com signature.asc Description: PGP signature ___ Intel-gfx mailing list Intel-gfx@lists.freede

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

2019-01-15 Thread Maxime Ripard
rk3066 vop definitions Maxime Jourdan (1): drm/meson: remove firmware framebuffers Maxime Ripard (1): Merge drm/drm-next into drm-misc-next Noralf Trønnes (3): drm/fb-helper: generic: Fix setup error path drm/hisilicon/kirin: Use drm_fbdev_generic_setup

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

2019-01-16 Thread Maxime Ripard
->compute_config() Mark Yao (1): drm: rockchip: vop: add rk3066 vop definitions Mathieu Malaterre (1): drm/dp: annotate implicit fall throughs Matteo Franchin (1): drm/fourcc: Add modifier defininitions for AFBC 1.3 Maxime Jourdan (1): drm/meson: remove firmware

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

2019-01-23 Thread Maxime Ripard
t for struct dma_fence_array Maxime Ripard (5): drm/sun4i: Move access control before setting the register as documented drm/sun4i: frontend: Add a quirk structure drm/sun4i: Set the coef_rdy bit right after the coef have been set drm/sun4i: Make COEF_RDY conditional

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

2019-02-01 Thread Maxime Ripard
mentation drm/panel: Add Sitronix ST7701 panel driver Maxime Ripard (1): Merge drm/drm-next into drm-misc-next Neil Armstrong (4): drm/bridge: dw-hdmi: Add SCDC and TMDS Scrambling support drm/meson: add HDMI div40 TMDS mode drm/meson: add support for HDMI2.0 2160p m

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

2019-05-02 Thread Maxime Ripard
+++ drivers/gpu/drm/qxl/qxl_prime.c | 12 2 files changed, 16 insertions(+) -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com signature.asc Description: PGP signature ___ Intel-gfx mailing list Intel-gfx@l

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

2019-05-23 Thread Maxime Ripard
nc. > + "^tfc,.*": > +description: Three Five Corp >"^thine,.*": > description: THine Electronics, Inc. >"^ti,.*": > @@ -925,6 +929,8 @@ patternProperties: > description: Voipac Technologies s.r.o. >"^vot,.*": >

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

2019-05-23 Thread Maxime Ripard
and pushed a temp branch there: https://git.kernel.org/pub/scm/linux/kernel/git/mripard/linux.git/commit/?h=drm-misc-next&id=3832f2cad5307ebcedeead13fbd8d3cf06ba5e90 Rob, Stephen, are you ok with the change? If so, I'll push it. Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://b

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

2019-05-24 Thread Maxime Ripard
On Thu, May 23, 2019 at 11:10:39AM -0500, Rob Herring wrote: > On Thu, May 23, 2019 at 6:54 AM Maxime Ripard > wrote: > > > > On Tue, May 21, 2019 at 10:51:51AM +1000, Stephen Rothwell wrote: > > > Hi all, > > > > > > Today's linux

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

2019-04-11 Thread Maxime Ripard
): drm/sun4i: DW HDMI: Lower max. supported rate for H6 Matteo Croce (1): drm/omap: fix typo Maxime Ripard (1): Merge drm/drm-fixes into drm-misc-fixes Neil Armstrong (2): drm/bridge: dw-hdmi: disable SCDC configuration for invalid setups Revert "Documentation/gpu/

Re: [Intel-gfx] [PATCH v2 02/12] drm/fb-helper: Avoid race with DRM userspace

2019-04-16 Thread Maxime Ripard
he fb-helper lock first. > > v2: > - Remove drm_fb_helper_is_bound() (Daniel Vetter) > - No need to check fb_helper->dev->master in > drm_fb_helper_single_fb_probe(), restore_fbdev_mode() has the check. > > Suggested-by: Daniel Vetter > Signed-off-by: Noralf Trønnes With th

Re: [Intel-gfx] [PATCH v2 04/12] drm/fb-helper: No need to cache rotation and sw_rotations

2019-04-16 Thread Maxime Ripard
Vetter Reviewed-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com signature.asc Description: PGP signature ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.fr

Re: [Intel-gfx] [PATCH v2 05/12] drm/fb-helper: Remove drm_fb_helper_crtc->{x, y, desired_mode}

2019-04-16 Thread Maxime Ripard
On Sun, Apr 07, 2019 at 06:52:36PM +0200, Noralf Trønnes wrote: > The values are already present in the modeset. > > This is done in preparation for the removal of struct drm_fb_helper_crtc. > > Signed-off-by: Noralf Trønnes > Reviewed-by: Daniel Vetter Reviewed-by: Maxi

Re: [Intel-gfx] [PATCH v2 11/12] drm/fb-helper: Move out modeset config code

2019-04-16 Thread Maxime Ripard
On Sun, Apr 07, 2019 at 06:52:42PM +0200, Noralf Trønnes wrote: > No functional changes, just moving code as-is and fixing includes. > > Signed-off-by: Noralf Trønnes Reviewed-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bo

Re: [Intel-gfx] [PATCH v2 10/12] drm/fb-helper: Prepare to move out modeset config code

2019-04-16 Thread Maxime Ripard
On Sun, Apr 07, 2019 at 06:52:41PM +0200, Noralf Trønnes wrote: > This prepares the modeset code so it can be moved out as-is in the next > patch. > > Signed-off-by: Noralf Trønnes Reviewed-by: Maxime Ripard Maxime -- Maxime Ripard, Bootlin Embedded Linux and Kernel engin

Re: [Intel-gfx] [PATCH v2 01/12] drm/atomic: Move __drm_atomic_helper_disable_plane/set_config()

2019-04-16 Thread Maxime Ripard
; > While at it, fix two checkpatch complaints: > - WARNING: Block comments use a trailing */ on a separate line > - CHECK: Alignment should match open parenthesis > > Signed-off-by: Noralf Trønnes > Reviewed-by: Daniel Vetter Reviewed-by: Maxime Ripard Maxime -- Maxime R

Re: [Intel-gfx] [PATCH v2 09/12] drm/fb-helper: Remove drm_fb_helper_connector

2019-04-16 Thread Maxime Ripard
er patch. > > Signed-off-by: Noralf Trønnes The patch itself looks fine in itself, but I was planning on using connector_info to store the connector properties set on the kernel command line as part of video= Where should we put them now? Maxime -- Maxime Ripard, Bootlin Embedded Linux an

Re: [Intel-gfx] [PATCH v2 09/12] drm/fb-helper: Remove drm_fb_helper_connector

2019-04-17 Thread Maxime Ripard
Hi, On Tue, Apr 16, 2019 at 04:57:58PM +0200, Noralf Trønnes wrote: > Den 16.04.2019 11.42, skrev Maxime Ripard: > > Hi, > > > > On Sun, Apr 07, 2019 at 06:52:40PM +0200, Noralf Trønnes wrote: > >> All drivers add all their connectors so there's no need to kee

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

2019-04-25 Thread Maxime Ripard
insertions(+), 5 deletions(-) -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com signature.asc Description: PGP signature ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman

Re: [Intel-gfx] linux-next: build warning after merge of the drm-misc tree

2019-02-08 Thread Maxime Ripard
si_probe': > drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c:1053:9: warning: 'ret' may be used > uninitialized in this function [-Wmaybe-uninitialized] > return ret; > ^~~ > > Introduced by commit > > bb3b6fcb6849 ("sun6i: dsi: Convert to generic p

Re: [Intel-gfx] [PULL] topic/component-typed

2019-02-12 Thread Maxime Ripard
> for char-misc tree, which needs to be based on top of this tree here. > > Takashi: Since the drm side only lands in 5.2 might be good if you > pull this in too to avoid conflicts. > > Cheers, Daniel Pulled into drm-misc, thanks! Maxime -- Maxime Ripard, Bootlin Embedded Linux

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

2019-03-06 Thread Maxime Ripard
+--- drivers/gpu/drm/drm_ioc32.c | 6 +- 2 files changed, 59 insertions(+), 66 deletions(-) -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com signature.asc Description: PGP signature ___ Intel-gfx

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

2019-09-06 Thread Maxime Ripard
drivers/gpu/drm/panfrost/panfrost_mmu.c | 91 +++- include/drm/drm_gem_shmem_helper.h | 2 +- 10 files changed, 149 insertions(+), 114 deletions(-) -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com signature.asc Descriptio

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

2019-09-18 Thread Maxime Ripard
Hi Dave, Daniel, Here is a drm-misc-next-fixes PR, with two fixes that should go in this current merge window. Thanks! Maxime drm-misc-next-fixes-2019-09-18: - One fix for the KMS object lifetime checks with DP drivers - One revert for an ADV7511 probe breakage on older systems The following

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

2019-09-23 Thread Maxime Ripard
Hi Daniel, Dave, Here is a new round of drm-misc-next fixes Maxime drm-misc-next-fixes-2019-09-23: - Multiple panfrost fixes for regulator support and page fault handling - Some cleanups and fixes in the self-refresh helpers - Some cleanups and fixes in the atomic helpers The following change

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

2019-03-13 Thread Maxime Ripard
/qxl_drv.c | 5 - drivers/gpu/vga/vgaarb.c| 49 + include/drm/drm_fb_helper.h | 14 +--- include/linux/vgaarb.h | 2 ++ 5 files changed, 67 insertions(+), 38 deletions(-) -- Maxime Ripard, Bootlin Embedded Linux and Kernel

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

2019-03-25 Thread Maxime Ripard
(-) -- Maxime Ripard, Bootlin Embedded Linux and Kernel engineering https://bootlin.com signature.asc Description: PGP signature ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

2022-06-16 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2022-06-16: Two fixes for TTM, one for a NULL pointer dereference and one to make sure the buffer is pinned prior to a bulk move, and a fix for a spurious compiler warning. The following changes since commit 477277c7fd43d4

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

2022-06-22 Thread Maxime Ripard
ask and segment size Maxime Ripard (14): drm/vc4: plane: Prevent async update if we don't have a dlist drm/vc4: Consolidate Hardware Revision Check drm/vc4: bo: Rename vc4_dumb_create drm/vc4: bo: Split out Dumb buffers fixup drm/vc4: drv: Register a differe

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

2022-06-30 Thread Maxime Ripard
ffers Javier Martinez Canillas (3): firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer firmware: sysfb: Add sysfb_disable() helper function fbdev: Disable sysfb device registration when removing conflicting FBs Maxime Ripard (1): dr

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

2022-07-07 Thread Maxime Ripard
Hi Here's this week drm-misc-fixes PR. Somehow the email wasn't sent yesterday when I first did it, so let's try again. Maxime drm-misc-fixes-2022-07-07-1: Three mode setting fixes for fsl-ldb, a fbdev removal use-after-free fix, a dma-buf fence use-after-free fix, a DMA setup fix for rockchip,

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

2021-12-09 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2021-12-09: A fix in syncobj to handle fence already signalled better, and a fix for a ttm_bo_swapout eviction check. The following changes since commit 679d94cd7d900871e5bc9cf780bd5b73af35ab42: dma-buf: system_heap: Us

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

2021-12-16 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR. Note that dim pull-request was stalling when generating the email, so I had to send this with git request-pull, hence the odd tag name and the format slightly different. Maxime The following changes since commit b19926d4f3a660a8b76e5d989ffd11

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

2022-01-14 Thread Maxime Ripard
Hi Dave, Daniel, Here's a few patches stuck in drm-misc-fixes for some time. Maxime drm-misc-fixes-2022-01-14: Two DT bindings fixes for meson, a device refcounting fix for sun4i, a probe fix for vga16fb, a locking fix for the CMA dma-buf heap and a compilation fix for ttm. The following changes

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

2022-04-01 Thread Maxime Ripard
all is the only > thing missing afaict. > > v4: Fixup i915 fixup ... > > References: https://bugzilla.kernel.org/show_bug.cgi?id=199425 > References: > https://lore.kernel.org/all/20220221134155.125447-9-max...@cerno.tech/ > References: https://bugzilla.kernel.org/show_bug.cgi?id=

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

2022-05-05 Thread Maxime Ripard
function dt-bindings: display: bridge: ldb: Implement simple Freescale i.MX8MP LDB bridge drm: bridge: ldb: Implement simple Freescale i.MX8MP LDB bridge drm: mxsfb: Implement LCDIF scanout CRC32 support drm/bridge: tc358767: Fix DP bridge mode detection from DT endpoints Maxime R

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

2022-05-12 Thread Maxime Ripard
Hi Daniel, An update on this On Thu, Apr 28, 2022 at 02:09:40PM +0200, Daniel Vetter wrote: > > We integrated this in the (downstream) RaspberryPi kernel, and it seems > > to trigger some weird regressions: > > > > - If we move the cursor under X, the primary plane update is stuck: > > htt

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

2022-05-13 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes. drm-misc-next-fixes is empty at the moment, so there won't be a PR for it this week. Thanks! Maxime drm-misc-fixes-2022-05-13: Multiple fixes to fbdev to address a regression at unregistration, an iommu detection improvement for nouveau, a memory

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

2022-05-19 Thread Maxime Ripard
Hi Daniel, Dave, Here's this week drm-misc-next-fixes PR Maxime drm-misc-next-fixes-2022-05-19: A device tree binding change for Rockchip VOP2 The following changes since commit 6071c4c2a319da360b0bf2bc397d4fefad10b2c8: drm/qxl: add drm_gem_plane_helper_prepare_fb (2022-05-05 12:30:10 +0200)

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

2022-05-20 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2022-05-20: Fix for a memory leak in dp_mst, a (userspace) build fix for DMA_BUF_SET_NAME defines and a directory name generation fix for dmabuf stats The following changes since commit 6fed53de560768bde6d701a7c79c253b45b2

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

2022-05-26 Thread Maxime Ripard
Hi Daniel, Dave, Here's this week drm-misc-fixes PR. Maxime drm-misc-fixes-2022-05-26: A use-after-free fix for panfrost, and a DT invalid configuration fix for ti-sn65dsi83 The following changes since commit 6e03b13cc7d9427c2c77feed1549191015615202: drm/dp/mst: fix a possible memory leak in

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

2022-06-09 Thread Maxime Ripard
n AST. Brian Norris (2): drm/bridge: analogix_dp: Support PSR-exit to disable transition drm/atomic: Force bridge self-refresh-exit on CRTC switch Marek Vasut (1): drm/bridge: ti-sn65dsi83: Handle dsi_lanes == 0 as invalid M

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

2022-07-14 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2022-07-14: Only a revert for amdgpu reverting the switch to the drm buddy allocator. The following changes since commit b68277f19e31a25312c4acccadb5cf1502e52e84: drm/ssd130x: Fix pre-charge period setting (2022-07-07 1

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

2022-07-21 Thread Maxime Ripard
Hi Daniel, Dave, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2022-07-21: A scheduling-while-atomic fix for drm/scheduler, a locking fix for TTM, a typo fix for panel-edp and a resource removal fix for imx/dcss The following changes since commit 925b6e59138cefa47275c67891c65d48d3266d

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

2022-07-29 Thread Maxime Ripard
Hi Dave, Daniel, Here's this week drm-misc-fixes PR It's a partial resend from yesterday that only had the simpledrm but the mail somehow got lost. Maxime drm-misc-fixes-2022-07-29: One fix to fix simpledrm mode_valid return value, and one for page migration in nouveau The following changes si

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

2022-08-16 Thread Maxime Ripard
Hi Dave, Daniel, Here's the few patches that got stuck in drm-misc-fixes Maxime drm-misc-fixes-2022-08-16: One patch for imx/dcss to get rid of a warning message, one off-by-one fix and GA103 support for nouveau, a refcounting fix for meson, a NULL pointer dereference fix for ttm, a error check

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

2022-04-07 Thread Maxime Ripard
callback with __exit drm: bridge: icn6211: Drop I2C module owner assignment Martin Krastev (1): drm/vmwgfx: Add support for CursorMob and CursorBypass 4 Matthew Auld (1): drm/doc: pull in drm_buddy.c Matthias Kaehlcke (2): drm/panel-edp: Add AUO B133UAN01 drm/panel-ed

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

2022-04-07 Thread Maxime Ripard
Hi On Thu, Apr 07, 2022 at 12:56:27PM +0200, Maarten Lankhorst wrote: > drm-misc-next-fixes-2022-04-07: > drm-misc-next-fixes for v5.18-rc2: > - fix warning about fence containers > - fix logic error in new fence merge code > - handle empty dma_fence_arrays gracefully > - Try all possible cases fo

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

2022-04-14 Thread Maxime Ripard
op passing NULL fence in ttm_bo_move_sync_cleanup drm/ttm: fixup ttm_bo_add_move_fence v2 Maxime Ripard (6): drm/vc4: hvs: Reset muxes at probe time drm/vc4: txp: Don't set TXP_VSTART_AT_EOF drm/vc4: txp: Force alpha to be 0xff if it's disabled drm/vc4: kms: Store c

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

2022-04-21 Thread Maxime Ripard
lanes property drm: bridge: icn6211: Add DSI lane count DT property parsing Matthew Auld (4): drm/i915: fix broken build drm/i915: fix i915_gem_object_wait_moving_fence drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanup drm/ttm: fixup ttm_bo_add_move_fence v2

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

2022-04-22 Thread Maxime Ripard
Hi Daniel, Dave, Here's this week drm-misc-fixes PR. The two reverts for devm_drm_of_get_bridge are likely to bring more reverts in the future. Indeed, it introduced some code to fetch the panel automatically on device tree child nodes as well, but that broke any driver with a child node that wa

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

2022-04-28 Thread Maxime Ripard
Hi Daniel, Dave, Here's this week drm-misc-next PR Maxime drm-misc-next-2022-04-28: drm-misc-next for 5.19: UAPI Changes: Cross-subsystem Changes: Core Changes: - Introduction of display-helper module, and rework of the DP, DSC, HDCP, HDMI and SCDC headers - doc: Improvements for tiny

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

2022-04-28 Thread Maxime Ripard
t done in > > >>>>>> > > >>>>>> commit 674e78acae0dfb4beb56132e41cbae5b60f7d662 > > >>>>>> Author: Nicholas Kazlauskas > > >>>>>> Date: Wed Dec 5 14:59:07 2018 -0500 > > >>>>>>

  1   2   3   4   5   6   7   >