Re: [PATCH v6 0/7] Adds support for ConfigFS to VKMS!

2024-05-13 Thread Marius Vlad
Hi all, On Mon, May 13, 2024 at 10:08:38AM +0200, José Expósito wrote: > On Fri, May 10, 2024 at 06:19:45PM +0200, Louis Chauvet wrote: > > Le 09/05/24 - 18:18, Jim Shargo a écrit : > > > Sima--thanks SO MUCH for going through with everything leaving a > > > detailed review. I am excited to go thro

Re: [PATCH 0/2] drm/amdgpu/display: Make multi-plane configurations more flexible

2024-04-04 Thread Marius Vlad
On Thu, Apr 04, 2024 at 09:59:03AM -0400, Harry Wentland wrote: > Hi all, > > On 2024-04-04 06:24, Pekka Paalanen wrote: > > On Wed, 3 Apr 2024 17:32:46 -0400 > > Leo Li wrote: > > > >> On 2024-03-28 10:33, Pekka Paalanen wrote: > >>> On Fri, 15 Mar 2024 13:09:56 -0400 > >>> wrote: > >>> >

Re: [PATCH 1/2] drm/tidss: Fix initial plane zpos values

2024-02-13 Thread Marius Vlad
On Tue, Feb 13, 2024 at 11:57:59AM +0200, Tomi Valkeinen wrote: > Hi, Hi, > > On 13/02/2024 11:04, Pekka Paalanen wrote: > > On Tue, 13 Feb 2024 10:16:36 +0200 > > Tomi Valkeinen wrote: > > > > > When the driver sets up the zpos property it sets the default zpos value > > > to the HW id of the p

Re: [PATCH v6 2/7] drm/vkms: Support multiple DRM objects (crtcs, etc.) per VKMS device

2023-09-01 Thread Marius Vlad
Hi Brandon, Small nit-pick at the end. On Tue, Aug 29, 2023 at 05:30:54AM +, Brandon Pollack wrote: > From: Jim Shargo > > This change supports multiple CRTCs, encoders, connectors instead of one > of each per device. > > Since ConfigFS-based devices will support multiple crtcs, it's usefu

Re: [PATCH v6 0/7] Adds support for ConfigFS to VKMS!

2023-09-01 Thread Marius Vlad
Hi Brandon, You can now add https://lists.freedesktop.org/archives/igt-dev/2023-September/060717.html as part of this series. On Tue, Aug 29, 2023 at 05:30:52AM +, Brandon Pollack wrote: > Since Jim is busy with other work and I'm working on some things that > rely on this, I've taken up the

Re: [PATCH v5 4/7] drm/vkms: Add ConfigFS scaffolding to VKMS

2023-08-28 Thread Marius Vlad
Hi Brandon, See some minor missing rmdirs for connector_other and encoder_other. On Mon, Aug 28, 2023 at 08:17:06AM +, Brandon Pollack wrote: > From: Jim Shargo > > This change adds the basic scaffolding for ConfigFS, including setting > up the default directories. It does not allow for the

Re: [PATCH v5 2/7] drm/vkms: Support multiple DRM objects (crtcs, etc.) per VKMS device

2023-08-28 Thread Marius Vlad
Hi Brandon, See a bottom comment about writeback connectors creation/initalization. On Mon, Aug 28, 2023 at 08:17:04AM +, Brandon Pollack wrote: > From: Jim Shargo > > This change supports multiple CRTCs, encoders, connectors instead of one > of each per device. > > Since ConfigFS-based de

Re: [PATCH v3 4/7] drm/vkms: Add ConfigFS scaffolding to VKMS

2023-08-23 Thread Marius Vlad
Hi Brandon, On 8/18/23 10:43, Brandon Pollack wrote: From: Jim Shargo This change adds the basic scaffolding for ConfigFS, including setting up the default directories. It does not allow for the registration of configfs-backed devices, which is complex and provided in a follow-up commit. This

Re: [PATCH v3 2/7] drm/vkms: Support multiple DRM objects (crtcs, etc.) per VKMS device

2023-08-23 Thread Marius Vlad
Hi Brandon, A few nits I've found where I'm getting some kernel locking errors, when running this new series. On 8/18/23 10:43, Brandon Pollack wrote: From: Jim Shargo This change supports multiple CRTCs, encoders, connectors instead of one of each per device. Since ConfigFS-based devices

Re: [PATCH v2 5/6] drm/vkms: Support enabling ConfigFS devices

2023-08-17 Thread Marius Vlad
Hi, Seem my comments below. On 8/18/23 08:24, Brandon Ross Pollack wrote: On 8/15/23 23:01, Marius Vlad wrote: Hi, See below some minor comments: On Fri, Jun 23, 2023 at 06:23:47PM -0400, Jim Shargo wrote: VKMS now supports creating and using virtual devices! In addition to the enabling

Re: [PATCH v2 5/6] drm/vkms: Support enabling ConfigFS devices

2023-08-15 Thread Marius Vlad
Hi, See below some minor comments: On Fri, Jun 23, 2023 at 06:23:47PM -0400, Jim Shargo wrote: > VKMS now supports creating and using virtual devices! > > In addition to the enabling logic, this commit also prevents users from > adding new objects once a card is registered. > > Signed-off-by: J

Re: [PATCH v2 2/6] drm/vkms: Support multiple DRM objects (crtcs, etc.) per VKMS device

2023-08-15 Thread Marius Vlad
Hi, See below some comments about vkms_wb_atomic_commit(). On Fri, Jun 23, 2023 at 06:23:44PM -0400, Jim Shargo wrote: > This change supports multiple CRTCs, encoders, connectors instead of one > of each per device. > > Since ConfigFS-based devices will support multiple crtcs, it's useful to > m

Re: [PATCH v2 0/6] Adds support for ConfigFS to VKMS!

2023-08-15 Thread Marius Vlad
Hi Brandon, Is Jim Shargo no longer able to follow-up with these anymore? Can you reach out to him? Maybe he's on holiday/vacation at this point? If you decide to follow-up we need a v3 -- and possibly a few more, but I'd just focus on getting the ConfigFS infrastructure in, addressing current co

Re: [PATCH v4 2/3] vkms: Add support for multiple pipes

2023-05-08 Thread Marius Vlad
ber of overalys, rather than the pipes. It will probably take some time until that configFS series make it through though. On 4/26/23 07:40, Marius Vlad wrote: This adds support for creating multiple virtual pipes, in case one would need to display multiple independent things on different out

[PATCH v5 2/4] drm/vkms: Add overlay_planes config

2023-05-08 Thread Marius Vlad
And init it by default to NUM_OVERLAY_PLANES. This change would allow us to configure the amount of overlay planes we can have in combination with multiple pipes, in case we'll exceed the number of planes we can have. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_drv.c

[PATCH v5 4/4] Documentation/gpu/vkms.rst: Added a note about plane migration

2023-05-08 Thread Marius Vlad
And remove the run-time configuration comment regarding needing first more than 1 pipe. Signed-off-by: Marius Vlad --- Documentation/gpu/vkms.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst index 0f599c897614

[PATCH v5 3/4] vkms: Add support for multiple pipes

2023-05-08 Thread Marius Vlad
particular importance when testing out the DRM back-end in compositors, but also to be able to independently set different DPMS states. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_crtc.c | 3 +-- drivers/gpu/drm/vkms/vkms_drv.c | 37 ++- drivers

[PATCH v5 0/4] drm/vkms: Add support for multiple pipes

2023-05-08 Thread Marius Vlad
x27;pipes' as to use the proper terminology (Thomas Zimmermann, Maíra Canal) - Fixed passing wrong possible_crtc bitmask when initializing the write back connector which address kms_writeback failure (Maíra Canal) - Add a feat. note about moving overlay planes between CRTCs (Mel

[PATCH v5 1/4] vkms: Pass the correct bitmask for possible crtcs

2023-05-08 Thread Marius Vlad
In preparation of having multiple pipelines we need to able to choose the correct encoder/connectors/crtc combination so pass also the index as a bitmask as possible CRTCs for the encoder. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_output.c | 2 +- 1 file changed, 1 insertion

Re: [PATCH v3 0/3] drm/vkms: Add support for multiple pipes

2023-04-26 Thread Marius Vlad
We can chat more and see where we overlap and can learn from each other :) On Tue, Apr 25, 2023 at 4:30 PM Marius Vlad <mailto:marius.v...@collabora.com>> wrote: With multiple pipe available we can perform management of outputs at a more granular level, such that we're

Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-26 Thread Marius Vlad
Hi, On 4/25/23 14:46, Maíra Canal wrote: On 4/25/23 04:44, Marius Vlad wrote: Hello, On 4/21/23 15:53, Maíra Canal wrote: On 4/21/23 04:05, Marius Vlad wrote: Hi Maíra, Thanks a lot for taking a look! On Thu, Apr 20, 2023 at 01:47:59PM -0300, Maíra Canal wrote: Hi Marius, Thanks for the

[PATCH v4 2/3] vkms: Add support for multiple pipes

2023-04-26 Thread Marius Vlad
particular importance when testing out the DRM back-end in compositors, but also to be able to independently set different DPMS states. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_crtc.c | 3 +-- drivers/gpu/drm/vkms/vkms_drv.c | 38 ++- drivers

[PATCH v4 3/3] Documentation/gpu/vkms.rst: Added a note about plane migration

2023-04-26 Thread Marius Vlad
And remove the run-time configuration comment regarding needing first more than 1 pipe. Signed-off-by: Marius Vlad --- Documentation/gpu/vkms.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst index 49db221c0f52

[PATCH v4 1/3] vkms: Pass the correct bitmask for possible crtcs

2023-04-26 Thread Marius Vlad
In preparation of having multiple pipelines we need to able to choose the correct encoder/connectors/crtc combination so pass also the index as a bitmask as possible CRTCs for the encoder. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_output.c | 2 +- 1 file changed, 1 insertion

[PATCH v4 0/3] drm/vkms: Add support for multiple pipes

2023-04-26 Thread Marius Vlad
k connector which address kms_writeback failure (Maíra Canal) - Add a feat. note about moving overlay planes between CRTCs (Melissa Wen) Marius Vlad (3): vkms: Pass the correct bitmask for possible crtcs vkms: Add support for multiple pipes Documentation/gpu/vkms.rst: Added a note about plane migr

Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-25 Thread Marius Vlad
Hello, On 4/21/23 15:53, Maíra Canal wrote: On 4/21/23 04:05, Marius Vlad wrote: Hi Maíra, Thanks a lot for taking a look! On Thu, Apr 20, 2023 at 01:47:59PM -0300, Maíra Canal wrote: Hi Marius, Thanks for the changing the commit message! Just a few nits: On 4/20/23 05:41, Marius Vlad

[PATCH v3 3/3] Documentation/gpu/vkms.rst: Added a note about plane migration

2023-04-25 Thread Marius Vlad
And remove the run-time configuration comment regarding needing first more than 1 pipe. Signed-off-by: Marius Vlad --- Documentation/gpu/vkms.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst index 49db221c0f52

[PATCH v3 1/3] vkms: Pass the correct bitmask for possible crtcs

2023-04-25 Thread Marius Vlad
In preparation of having multiple pipelines we need to able to choose the correct encoder/connectors/crtc combination so pass also the index as a bitmask as possible CRTCs for the encoder. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_output.c | 2 +- 1 file changed, 1 insertion

[PATCH v3 2/3] vkms: Add support for multiple pipes

2023-04-25 Thread Marius Vlad
particular importance when testing out the DRM back-end in compositors, but also to be able to independently set different DPMS states. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_crtc.c | 3 +-- drivers/gpu/drm/vkms/vkms_drv.c | 31 +-- drivers

[PATCH v3 0/3] drm/vkms: Add support for multiple pipes

2023-04-25 Thread Marius Vlad
n, Maíra Canal) - Fixed passing wrong possible_crtc bitmask when initializing the write back connector which address kms_writeback failure (Maíra Canal) - Add a feat. note about moving overlay planes between CRTCs (Melissa Wen) Marius Vlad (3): vkms: Pass the correct bitmask for possible

Re: [PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-21 Thread Marius Vlad
Hi Maíra, Thanks a lot for taking a look! On Thu, Apr 20, 2023 at 01:47:59PM -0300, Maíra Canal wrote: > Hi Marius, > > Thanks for the changing the commit message! Just a few nits: > > On 4/20/23 05:41, Marius Vlad wrote: > > This adds support for creating multiple virtu

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-20 Thread Marius Vlad
Hi Melissa, Added a note about that in the latest version. Thanks! On Mon, Apr 10, 2023 at 05:17:56PM -0100, Melissa Wen wrote: > On 04/06, Marius Vlad wrote: > > Hi Thomas, > > > > Thanks for the clarifications! Made a couple of remarks in-line. > > > > O

[PATCH v3 3/3] Documentation/gpu/vkms.rst: Added a note about plane migration

2023-04-20 Thread Marius Vlad
And remove the run-time configuration comment regarding needing first more than 1 pipe. Signed-off-by: Marius Vlad --- Documentation/gpu/vkms.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/gpu/vkms.rst b/Documentation/gpu/vkms.rst index 49db221c0f52

[PATCH v2 1/3] vkms: Pass the correct bitmask for possible crtcs

2023-04-20 Thread Marius Vlad
In preparation of having multiple pipelines we need to able to choose the correct encoder/connectors/crtc combination so pass also the index as a bitmask as possible CRTCs for the encoder. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_output.c | 2 +- 1 file changed, 1 insertion

[PATCH v2 2/3] vkms: Add support for multiple pipes

2023-04-20 Thread Marius Vlad
particular importance when testing out the DRM back-end in compositors, but also to be able to independently set different DPMS states. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_crtc.c | 3 +-- drivers/gpu/drm/vkms/vkms_drv.c | 27 ++- drivers

[PATCH v2 0/3] drm/vkms: Add support for multiple pipes

2023-04-20 Thread Marius Vlad
íra Canal) - Add a feat. note about moving overlay planes between CRTCs (Melissa Wen) Marius Vlad (3): vkms: Pass the correct bitmask for possible crtcs vkms: Add support for multiple pipes Documentation/gpu/vkms.rst: Added a note about plane migration Documentation/gpu/vkms.rst

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-06 Thread Marius Vlad
Hi Thomas, Thanks for the clarifications! Made a couple of remarks in-line. On 4/6/23 14:29, Thomas Zimmermann wrote: Hi Am 06.04.23 um 11:17 schrieb Marius Vlad: Hi Maira, Thanks a lot for taking a look. Yeah, indeed, this creates a new connector, a CRTC and planes for it. Terminology

Re: [PATCH 2/2] vkms: Add support for multiple connectors

2023-04-06 Thread Marius Vlad
kms_ci Best Regards, - Maíra Canal This is of particular importance when testing out the DRM backend in compositors, but also to be able to independently handle multiple outputs/connectors, like setting one to off/sleep on while the others are on, and combinations that arise from that. Signed-o

[PATCH 2/2] vkms: Add support for multiple connectors

2022-12-02 Thread Marius Vlad
compositors, but also to be able to independently handle multiple outputs/connectors, like setting one to off/sleep on while the others are on, and combinations that arise from that. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_crtc.c | 3 +-- drivers/gpu/drm/vkms/vkms_drv.c | 26

[PATCH 1/2] vkms: Pass the correct bitmask for possible crtcs

2022-12-02 Thread Marius Vlad
In preparation of having multiple outputs/virtual connectors we need to able to chose the correct encoder/connectors/crtc combination so pass also the index as a bitmask as possible crtcs for the encoder. Signed-off-by: Marius Vlad --- drivers/gpu/drm/vkms/vkms_output.c | 2 +- 1 file changed

[PATCH 0/2] vkms: Add support for multiple connectors

2022-12-02 Thread Marius Vlad
sitor related to management of outputs. Marius Vlad (2): vkms: Pass the correct bitmask for possible crtcs vkms: Add support for multiple connectors drivers/gpu/drm/vkms/vkms_crtc.c | 3 +-- drivers/gpu/drm/vkms/vkms_drv.c | 26 ++ drivers/gpu/drm/vkms/vkms_

Re: [PATCH] drm/atomic: document and enforce rules around "spurious" EBUSY

2020-09-23 Thread Marius Vlad
On Wed, Sep 23, 2020 at 05:18:52PM +0200, Daniel Vetter wrote: > When doing an atomic modeset with ALLOW_MODESET drivers are allowed to > pull in arbitrary other resources, including CRTCs (e.g. when > reconfiguring global resources). > > But in nonblocking mode userspace has then no idea this hap

Re: [PATCH] drm: avoid spurious EBUSY due to nonblocking atomic modesets

2020-09-23 Thread Marius Vlad
On Wed, Sep 23, 2020 at 01:16:42PM +0200, Daniel Vetter wrote: > On Wed, Sep 23, 2020 at 1:14 PM Marius Vlad wrote: > > > > On Wed, Sep 23, 2020 at 12:58:30PM +0200, Daniel Vetter wrote: > > > On Tue, Sep 22, 2020 at 3:36 PM Marius Vlad > > > wrote: > > &g

Re: [PATCH] drm: avoid spurious EBUSY due to nonblocking atomic modesets

2020-09-23 Thread Marius Vlad
On Wed, Sep 23, 2020 at 12:58:30PM +0200, Daniel Vetter wrote: > On Tue, Sep 22, 2020 at 3:36 PM Marius Vlad wrote: > > > > On Fri, Jan 31, 2020 at 07:34:00AM +, Daniel Stone wrote: > > > On Thu, 5 Jul 2018 at 11:21, Daniel Vetter wrote: > > > &g

Re: [PATCH] drm: avoid spurious EBUSY due to nonblocking atomic modesets

2020-09-22 Thread Marius Vlad
On Fri, Jan 31, 2020 at 07:34:00AM +, Daniel Stone wrote: > On Thu, 5 Jul 2018 at 11:21, Daniel Vetter wrote: > > When doing an atomic modeset with ALLOW_MODESET drivers are allowed to > > pull in arbitrary other resources, including CRTCs (e.g. when > > reconfiguring global resources). > > >

Re: [PATCH v2] drm: two planes with the same zpos have undefined ordering

2019-09-18 Thread Marius Vlad
se the zpos property, choose the latter solution. > > Additionally, update the drm_plane_state.zpos docs to clarify that zpos > disambiguation via plane object IDs is a recommendation for drivers, not > something user-space can rely on. > > v2: clarify drm_plane_state.zpos docs

Re: [PATCH] drm/imx: ipuv3-plane: add zpos property

2019-02-18 Thread Marius Vlad via dri-devel
Hi Philipp, Tested-By: Marius Vlad Thanks! On Fri, Feb 15, 2019 at 11:17:59AM +0100, Philipp Zabel wrote: > Hi, > > I have added (most of) you to Cc: because I think you have either > recently or significantly touched zpos property code. Could I ask > for a review or ack of

[PATCH v2] drm/drm_lease: Prevent deadlock in case drm_lease_create() fails

2017-12-13 Thread Marius Vlad
t exit in case of fail, so that unlocking takes place before dropping the reference. - Include detail information about deadlock (Daniel Vetter) Signed-off-by: Marius Vlad --- drivers/gpu/drm/drm_lease.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/

[PATCH] drm/drm_lease: Do not call drm_master_put() twice in case drm_lease_create() fails

2017-12-12 Thread Marius Vlad
This case can been seen when creating the lease with same objects passed. Signed-off-by: Marius Vlad --- drivers/gpu/drm/drm_lease.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/gpu/drm/drm_lease.c b/drivers/gpu/drm/drm_lease.c index d1eb56a..ae57f33 100644 --- a/drivers/gpu/drm

[PATCH 3/4] drm/i915: Register perf_ ioctls directly in i915_perf file.

2017-09-04 Thread Marius Vlad
From: Marius Vlad Signed-off-by: Marius Vlad Signed-off-by: Marius-Adrian Negreanu --- drivers/gpu/drm/i915/i915_drv.c | 3 --- drivers/gpu/drm/i915/i915_perf.c | 21 + 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b

[PATCH 2/4] drm/i915: Convert i915 to use ioctl_register/ioctl_deregister.

2017-09-04 Thread Marius Vlad
From: Marius Vlad Signed-off-by: Marius Vlad Signed-off-by: Marius-Adrian Negreanu --- drivers/gpu/drm/i915/i915_drv.c | 145 +--- 1 file changed, 78 insertions(+), 67 deletions(-) diff --git a/drivers/gpu/drm/i915/i915_drv.c b/drivers/gpu/drm/i915

[PATCH 1/4] drm/: Support registering driver-specific ioctls dynamically

2017-09-04 Thread Marius Vlad
From: Marius Vlad Signed-off-by: Marius Vlad Signed-off-by: Marius-Adrian Negreanu --- drivers/gpu/drm/drm_drv.c | 1 + drivers/gpu/drm/drm_ioctl.c | 99 +++-- include/drm/drm_drv.h | 34 include/drm/drm_ioctl.h | 6

[PATCH 4/4] drm/i915: Register GEM ioctls directly in i915_gem file.

2017-09-04 Thread Marius Vlad
From: Marius Vlad Signed-off-by: Marius Vlad Signed-off-by: Marius-Adrian Negreanu --- drivers/gpu/drm/i915/i915_drv.c | 35 --- drivers/gpu/drm/i915/i915_gem.c | 52 + 2 files changed, 52 insertions(+), 35 deletions(-) diff

[PATCH 0/4] RFC: drm: Allow driver-specific ioctls to be registered

2017-09-04 Thread Marius Vlad
From: Marius Vlad Currently driver-specific ioctls have to be declared static and are confined to DRM core driver. This patch series provides the means to remove those constrains and allow to register driver-specific ioctls dynamically by keeping a list of registered ioctls in struct drm_driver

Re: [PATCH 0/4] RFC: drm: Allow driver-specific ioctls to be registered

2017-09-04 Thread marius vlad
Indeed, we argued at first to let the driver handle the ioctls directly, but we would like to use the DRM interface if possible. On Mon, Sep 4, 2017 at 6:26 PM, Chris Wilson wrote: > Quoting Marius Vlad (2017-09-04 16:16:41) > > From: Marius Vlad > > > > Currently driver

Re: [PATCH 0/4] RFC: drm: Allow driver-specific ioctls to be registered

2017-09-04 Thread marius vlad
Mon, Sep 4, 2017 at 6:25 PM, Daniel Vetter wrote: > On Mon, Sep 04, 2017 at 06:16:41PM +0300, Marius Vlad wrote: > > From: Marius Vlad > > > > Currently driver-specific ioctls have to be declared static and are > confined to > > DRM core driver. This patch s

[Intel-gfx] i951 ERRORs and WARN_ON()s (was: blank screen on boot with i915/DRM_FBDEV_EMULATION)

2016-04-27 Thread Marius Vlad
Florian, if you're using drm-intel-nigthly submit a bug at https://bugs.freedesktop.org/enter_bug.cgi?product=DRI, with DRM/intel as component. This way we can track some kind of progress/regress. The FIFO underruns should've have been fixed, but maybe there's something related to your platform. O

[PATCH] drm: Add support for EDID injection.

2016-03-23 Thread Marius Vlad
Allow the possibility to return an copy of the injected EDID when the connector has been forced and an EDID has been specified over the debugfs interface. Signed-off-by: Marius Vlad --- drivers/gpu/drm/drm_edid.c | 23 --- 1 file changed, 20 insertions(+), 3 deletions