Re: [PATCH v3 08/11] drm/panel: simple: Add BOE HB140WX1-501 panel support

2019-02-16 Thread Sam Ravnborg
Hi Vasily > > > > boe must be added to vendor-prefixes.txt > > (It is not present in the file I checked, but I may have been added later) > > It's been there for quite a while, it's added in 27d23b30a561b which > was included > in 4.5. Yep, at second look it was there in the file I looked at too

[Bug 105651] Vega64 doesn't output properly onto dell up2715k at 5120x2880

2019-02-16 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=105651 Alex Deucher changed: What|Removed |Added Resolution|--- |NOTOURBUG Status|NEW

[PATCH v4 5/7] media: vsp1: Refactor vsp1_video_complete_buffer() for later reuse

2019-02-16 Thread Laurent Pinchart
The vsp1_video_complete_buffer() function completes the current buffer and returns a pointer to the next buffer. Split the code that completes the buffer to a separate function for later reuse, and rename vsp1_video_complete_buffer() to vsp1_video_complete_next_buffer(). Signed-off-by: Laurent Pin

[PATCH v4 0/7] VSP1: Display writeback support

2019-02-16 Thread Laurent Pinchart
Hello, This patch series implements display writeback support for the R-Car Gen3 platforms in the VSP1 driver. DRM/KMS provides a writeback API through a special type of writeback connectors. This series takes a different approach by exposing writeback as a V4L2 device. While there is nothing fun

[PATCH v4 1/7] Revert "[media] v4l: vsp1: Supply frames to the DU continuously"

2019-02-16 Thread Laurent Pinchart
From: Kieran Bingham This reverts commit 3299ba5c0b21 ("[media] v4l: vsp1: Supply frames to the DU continuously") The DU output mode does not rely on frames being supplied on the WPF as its pipeline is supplied from DRM. For the upcoming WPF writeback functionality, we will choose to enable writ

[PATCH v4 7/7] media: vsp1: Provide a writeback video device

2019-02-16 Thread Laurent Pinchart
From: Kieran Bingham When the VSP1 is used in an active display pipeline, the output of the WPF can supply the LIF entity directly and simultaneously write to memory. Support this functionality in the VSP1 driver through a V4L2 video device node connected to the WPF. The writeback video node su

[PATCH v4 2/7] media: vsp1: wpf: Fix partition configuration for display pipelines

2019-02-16 Thread Laurent Pinchart
The WPF accesses partition configuration from pipe->partition in the partition configuration that is not used for display pipelines. Writeback support will require full configuration of the WPF while not providing a valid pipe->partition. Rework the configuration code to fall back to the full image

[PATCH v4 3/7] media: vsp1: Replace leftover occurrence of fragment with body

2019-02-16 Thread Laurent Pinchart
Display list fragments have been renamed to bodies. Replace one last occurrence of the word fragment in the documentation. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_dl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/media/platform/vsp1

[PATCH v4 6/7] media: vsp1: Replace the display list internal flag with a flags field

2019-02-16 Thread Laurent Pinchart
To prepare for addition of more flags to the display list, replace the 'internal' flag field by a bitmask 'flags' field. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_dl.c| 31 +--- drivers/media/platform/vsp1/vsp1_dl.h| 2 +- drivers/media/pla

[PATCH v4 4/7] media: vsp1: Fix addresses of display-related registers for VSP-DL

2019-02-16 Thread Laurent Pinchart
The VSP-DL instances have two LIFs, and thus two copies of the VI6_DISP_IRQ_ENB, VI6_DISP_IRQ_STA and VI6_WPF_WRBCK_CTRL registers. Fix the corresponding macros accordingly. Signed-off-by: Laurent Pinchart --- drivers/media/platform/vsp1/vsp1_drm.c | 4 ++-- drivers/media/platform/vsp1/vsp1_reg

<    1   2   3