Re: [PATCH v3 6/9] drm: xlnx: zynqmp_dpsub: Set input live format

2024-04-05 Thread Tomi Valkeinen
On 21/03/2024 22:43, Anatoliy Klymenko wrote: Program live video input format according to selected media bus format. In the bridge mode of operation, DPSUB is connected to FPGA CRTC which almost certainly supports a single media bus format as its output. Expect this to be delivered via the new

Re: [RESEND v7 34/37] sh: Add dtbs target support.

2024-04-05 Thread Geert Uytterhoeven
On Thu, Apr 4, 2024 at 7:16 AM Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato My Reviewed-by: Geert Uytterhoeven on v6 is still valid. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal

Re: [RESEND v7 33/37] sh: j2_mimas_v2.dts update

2024-04-05 Thread Geert Uytterhoeven
Hi Sato-san, On Thu, Apr 4, 2024 at 7:16 AM Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato >From my comments for v6: Please enhance the one-line summary, e.g. sh: j2_mimas_v2: Update CPU compatible value For the actual changes: Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s,

Re: [PATCH v3 5/9] drm: xlnx: zynqmp_dpsub: Minimize usage of global flag

2024-04-05 Thread Tomi Valkeinen
On 21/03/2024 22:43, Anatoliy Klymenko wrote: Avoid usage of global zynqmp_dpsub.dma_enabled flag in DPSUB layer context. This flag signals whether the driver runs in DRM CRTC or DRM bridge mode, assuming that all display layers share the same live or non-live mode of operation. Using per-layer

Re: [PATCH 2/8] drm/ttm: Use LRU hitches

2024-04-05 Thread Christian König
Am 29.03.24 um 15:57 schrieb Thomas Hellström: Have iterators insert themselves into the list they are iterating over using hitch list nodes. Since only the iterator owner can remove these list nodes from the list, it's safe to unlock the list and when continuing, use them as a starting point.

Re: [RESEND v7 13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header.

2024-04-05 Thread Geert Uytterhoeven
Hi Sato-san, Thanks for the update! On Thu, Apr 4, 2024 at 7:15 AM Yoshinori Sato wrote: > > SH7750 CPG Clock output define. (from my comments on v6) Please improve the patch description. > Signed-off-by: Yoshinori Sato > index ..04c10b0834ee > --- /dev/null > +++

Re: [PATCH v3 4/9] drm: xlnx: zynqmp_dpsub: Anounce supported input formats

2024-04-05 Thread Tomi Valkeinen
On 21/03/2024 22:43, Anatoliy Klymenko wrote: DPSUB in bridge mode supports multiple input media bus formats. Announce the list of supported input media bus formats via drm_bridge.atomic_get_input_bus_fmts callback. Introduce a set of live input formats, supported by DPSUB. Rename

Re: [PATCH 06/23] drm/xe/svm: Introduce a helper to build sg table from hmm range

2024-04-05 Thread Jason Gunthorpe
On Fri, Apr 05, 2024 at 03:33:10AM +, Zeng, Oak wrote: > > > > I didn't look at this series a lot but I wanted to make a few > > remarks.. This I don't like quite a lot. Yes, the DMA API interaction > > with hmm_range_fault is pretty bad, but it should not be hacked > > around like this. Leon

[syzbot] Monthly dri report (Apr 2024)

2024-04-05 Thread syzbot
Hello dri maintainers/developers, This is a 31-day syzbot report for the dri subsystem. All related reports/information can be found at: https://syzkaller.appspot.com/upstream/s/dri During the period, 0 new issues were detected and 0 were fixed. In total, 19 issues are still open and 31 have

[PULL] drm-misc-next

2024-04-05 Thread Maarten Lankhorst
Hi Dave, Sima, Everyone seems to be out on vacation, so the pull request is pretty empty. Cheers, ~Maarten drm-misc-next-2024-04-05: drm-misc-next for v6.10: Core Changes: - Fix DRM_DISPLAY_DP_HELPER dependencies. Driver Changes: - i2c and polling fixes to ast. - Small fixes to panthor. -

Re: [PATCH 1/8] drm/ttm: Allow TTM LRU list nodes of different types

2024-04-05 Thread Christian König
Am 29.03.24 um 15:57 schrieb Thomas Hellström: To be able to handle list unlocking while traversing the LRU list, we want the iterators not only to point to the next position of the list traversal, but to insert themselves as list nodes at that point to work around the fact that the next node

Re: [RESEND v7 09/37] dt-binding: Add compatible SH7750 SoC

2024-04-05 Thread Geert Uytterhoeven
On Thu, Apr 4, 2024 at 7:15 AM Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato Reviewed-by: Geert Uytterhoeven Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org In personal conversations with technical

Re: [PATCH v3 1/9] drm: xlnx: zynqmp_dpsub: Set layer mode during creation

2024-04-05 Thread Tomi Valkeinen
On 21/03/2024 22:43, Anatoliy Klymenko wrote: Set layer mode of operation (live or dma-based) during layer creation. Each DPSUB layer mode of operation is defined by corresponding DT node port connection, so it is possible to assign it during layer object creation. Previously it was set in

Re: [PATCH v3 3/9] drm: xlnx: zynqmp_dpsub: Add connected live layer helper

2024-04-05 Thread Tomi Valkeinen
On 21/03/2024 22:43, Anatoliy Klymenko wrote: Add a helper function capturing the first connected live display layer discovery logic. Signed-off-by: Anatoliy Klymenko --- drivers/gpu/drm/xlnx/zynqmp_dp.c | 37 +++-- 1 file changed, 23 insertions(+), 14

Re: [PATCH v3 2/9] drm: xlnx: zynqmp_dpsub: Update live format defines

2024-04-05 Thread Tomi Valkeinen
On 21/03/2024 22:43, Anatoliy Klymenko wrote: Update live format defines to match DPSUB AV_BUF_LIVE_VID_CONFIG register layout. I think this description needs a bit more. Mention that the defines are not currently used, so we can change them like this without any other change. Tomi

Re: [PATCH v3 1/9] drm: xlnx: zynqmp_dpsub: Set layer mode during creation

2024-04-05 Thread Tomi Valkeinen
On 21/03/2024 22:43, Anatoliy Klymenko wrote: Set layer mode of operation (live or dma-based) during layer creation. Each DPSUB layer mode of operation is defined by corresponding DT node port connection, so it is possible to assign it during layer object creation. Previously it was set in

Re: [PATCH 0/6] drm: enable W=1 warnings by default across the subsystem

2024-04-05 Thread Aishwarya TCV
eport. I can't reproduce this myself, but please see if > [1] fixes the issue. > > > BR, > Jani. > > [1] > https://lore.kernel.org/dri-devel/20240405092907.2334007-1-jani.nik...@intel.com > > Thanks, as expected this fixes the issue. Tested the attached patch by building the modules with "defconfig+kselftest-ftrace" against next-20240405 kernel with Arm64. Tested-by: Aishwarya TCV

Re: [PATCH v0 00/14] Make I2C terminology more inclusive for I2C Algobit and consumers

2024-04-05 Thread Wolfram Sang
Hello Easwar, On Fri, Mar 29, 2024 at 05:00:24PM +, Easwar Hariharan wrote: > I2C v7, SMBus 3.2, and I3C specifications have replaced "master/slave" > with more appropriate terms. Inspired by and following on to Wolfram's > series to fix drivers/i2c/[1], fix the terminology for users of the >

Re: [PATCH 0/6] drm: enable W=1 warnings by default across the subsystem

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Aishwarya TCV wrote: > Observed warning "include/drm/drm_print.h:536:35: warning: '%4.4s' > directive argument is null [-Wformat-overflow=]" when building the > modules with "defconfig+kselftest-ftrace"( >

Re: [PATCH 4.19.y] drm/vkms: call drm_atomic_helper_shutdown before drm_dev_put()

2024-04-05 Thread Greg KH
On Wed, Apr 03, 2024 at 05:47:16PM +0800, Guo Mengqi wrote: > commit 73a82b22963d ("drm/atomic: Fix potential use-after-free > in nonblocking commits") introduced drm_dev_get/put() to > drm_atomic_helper_shutdown(). And this cause problem in vkms driver exit > process. > > vkms_exit() >

[PATCH] drm/msm: convert all pixel format logging to use %p4cc

2024-04-05 Thread Jani Nikula
Logging u32 pixel formats using %4.4s format string with a pointer to the u32 is somewhat questionable, as well as dependent on byte order. There's a kernel extension format specifier %p4cc to format 4cc codes. Use it across the board in msm for pixel format logging. This should also fix the

Re: [PATCH v13 2/8] mm/gup: Introduce check_and_migrate_movable_folios()

2024-04-05 Thread David Hildenbrand
On 04.04.24 09:26, Vivek Kasireddy wrote: This helper is the folio equivalent of check_and_migrate_movable_pages(). Therefore, all the rules that apply to check_and_migrate_movable_pages() also apply to this one as well. Currently, this helper is only used by memfd_pin_folios(). This patch also

Re: [PATCH v13 1/8] mm/gup: Introduce unpin_folio/unpin_folios helpers

2024-04-05 Thread David Hildenbrand
On 04.04.24 09:26, Vivek Kasireddy wrote: These helpers are the folio versions of unpin_user_page/unpin_user_pages. They are currently only useful for unpinning folios pinned by memfd_pin_folios() or other associated routines. However, they could find new uses in the future, when more and more

Re: [PATCH v7 6/6] drm/i915: Implement fbdev emulation as in-kernel client

2024-04-05 Thread Hogander, Jouni
On Fri, 2024-04-05 at 10:59 +0200, Thomas Zimmermann wrote: > Hi > > Am 05.04.24 um 10:34 schrieb Hogander, Jouni: > [...] > > >   > > > diff --git a/drivers/gpu/drm/i915/i915_driver.c > > > b/drivers/gpu/drm/i915/i915_driver.c > > > index e0f13c62a1832..69178b73845e1 100644 > > > ---

Re: [PATCH v3 0/3] arch: Remove fbdev dependency from video helpers

2024-04-05 Thread Thomas Zimmermann
Hi, if there are no further comments, can this series be merged through asm-generic? Best regards Thomas Am 29.03.24 um 21:32 schrieb Thomas Zimmermann: Make architecture helpers for display functionality depend on general video functionality instead of fbdev. This avoids the dependency on

Re: [PATCH v7 4/6] drm/i915: Initialize fbdev DRM client with callback functions

2024-04-05 Thread Hogander, Jouni
On Fri, 2024-03-01 at 14:42 +0100, Thomas Zimmermann wrote: > Initialize i915's fbdev client by giving an instance of struct > drm_client_funcs to drm_client_init(). Also clean up with > drm_client_release(). > > Doing this in i915 prevents fbdev helpers from initializing and > releasing the

Re: [PATCH v7 6/6] drm/i915: Implement fbdev emulation as in-kernel client

2024-04-05 Thread Thomas Zimmermann
Hi Am 05.04.24 um 10:34 schrieb Hogander, Jouni: [...] diff --git a/drivers/gpu/drm/i915/i915_driver.c b/drivers/gpu/drm/i915/i915_driver.c index e0f13c62a1832..69178b73845e1 100644 --- a/drivers/gpu/drm/i915/i915_driver.c +++ b/drivers/gpu/drm/i915/i915_driver.c @@ -816,6 +816,8 @@ int

Re: [PATCH v12 2/7] clk: meson: add vclk driver

2024-04-05 Thread Jerome Brunet
On Thu 04 Apr 2024 at 18:59, Neil Armstrong wrote: > On 04/04/2024 10:13, Jerome Brunet wrote: >> On Wed 03 Apr 2024 at 09:46, Neil Armstrong >> wrote: >> >>> The VCLK and VCLK_DIV clocks have supplementary bits. >>> >>> The VCLK gate has a "SOFT RESET" bit to toggle after the whole >>> VCLK

Re: [PATCH 0/6] drm: debug logging improvements

2024-04-05 Thread Thomas Zimmermann
Hi, with your Oops on [5/6] fixed and my comment on [1/6] considered: Reviewed-by: Thomas Zimmermann Best regards Thomas Am 07.03.24 um 21:39 schrieb Jani Nikula: Switch a handful of places over to drm device based logging and WARNs, unify connector and crtc logging, etc. Jani Nikula (6):

Re: [PATCH 1/6] drm/modes: add drm_mode_print() to dump mode in drm_printer

2024-04-05 Thread Thomas Zimmermann
Hi Am 07.03.24 um 21:39 schrieb Jani Nikula: Add a printer based function for dumping the modeline, so it's not limited to KMS debug. Note: The printed output intentionally does not have the "Modeline" prefix. Prefix, if any, is for the caller to decide when initializing drm_printer.

[PATCH 6/6] arm64: dts: qcom: sm8550: Wire up GPU speed bin & more OPPs

2024-04-05 Thread Konrad Dybcio
Add the speedbin masks to ensure only the desired OPPs are available on chips of a given bin. Using this, add the binned 719 MHz OPP and the non-binned 124.8 MHz. Signed-off-by: Konrad Dybcio --- arch/arm64/boot/dts/qcom/sm8550.dtsi | 21 - 1 file changed, 20 insertions(+),

[PATCH 5/6] drm/msm/adreno: Add speedbin data for SM8550 / A740

2024-04-05 Thread Konrad Dybcio
Add speebin data for A740, as found on SM8550 and derivative SoCs. Signed-off-by: Konrad Dybcio --- drivers/gpu/drm/msm/adreno/adreno_device.c | 14 ++ 1 file changed, 14 insertions(+) diff --git a/drivers/gpu/drm/msm/adreno/adreno_device.c

[PATCH 4/6] drm/msm/adreno: Implement SMEM-based speed bin

2024-04-05 Thread Konrad Dybcio
On recent (SM8550+) Snapdragon platforms, the GPU speed bin data is abstracted through SMEM, instead of being directly available in a fuse. Add support for SMEM-based speed binning, which includes getting "feature code" and "product code" from said source and parsing them to form something that

[PATCH 2/6] soc: qcom: smem: Add pcode/fcode getters

2024-04-05 Thread Konrad Dybcio
Introduce getters for SoC product and feature codes and export them. Signed-off-by: Konrad Dybcio --- drivers/soc/qcom/smem.c | 66 +++ include/linux/soc/qcom/smem.h | 2 ++ 2 files changed, 68 insertions(+) diff --git a/drivers/soc/qcom/smem.c

[PATCH 3/6] drm/msm/adreno: Allow specifying default speedbin value

2024-04-05 Thread Konrad Dybcio
From: Neil Armstrong Usually, speedbin 0 is the "super SKU", a.k.a the one which can clock the highest. Falling back to it when things go wrong is largely suboptimal, as more often than not, the top frequencies are not supposed to work on other bins. Let the developer specify the intended

[PATCH 1/6] soc: qcom: Move some socinfo defines to the header, expand them

2024-04-05 Thread Konrad Dybcio
In preparation for parsing the chip "feature code" (FC) and "product code" (PC) (essentially the parameters that let us conclusively characterize the sillicon we're running on, including various speed bins), move the socinfo version defines to the public header and include some more FC/PC defines.

[PATCH 0/6] Add SMEM-based speedbin matching

2024-04-05 Thread Konrad Dybcio
Newer (SM8550+) SoCs don't seem to have a nice speedbin fuse anymore, but instead rely on a set of combinations of "feature code" (FC) and "product code" (PC) identifiers to match the bins. This series adds support for that. I suppose a qcom/for-soc immutable branch would be in order if we want

Re: [PATCH v7 6/6] drm/i915: Implement fbdev emulation as in-kernel client

2024-04-05 Thread Hogander, Jouni
On Fri, 2024-03-01 at 14:42 +0100, Thomas Zimmermann wrote: > Replace all code that initializes or releases fbdev emulation > throughout the driver. Instead initialize the fbdev client by a > single call to intel_fbdev_setup() after i915 has registered its > DRM device. Just like similar code in

Re: [PATCH v7 5/6] drm/i915: Implement fbdev client callbacks

2024-04-05 Thread Hogander, Jouni
On Fri, 2024-03-01 at 14:42 +0100, Thomas Zimmermann wrote: > Move code from ad-hoc fbdev callbacks into DRM client functions > and remove the old callbacks. The functions instruct the client > to poll for changed output or restore the display. > > The DRM core calls both, the old callbacks and

Re: [PATCH 12/12] drm/probe-helper: Switch to per-device debugs

2024-04-05 Thread Thomas Zimmermann
Hi Am 05.04.24 um 10:25 schrieb Jani Nikula: On Thu, 04 Apr 2024, Ville Syrjala wrote: From: Ville Syrjälä Switch to per-device debugs so that we know which device we're dealing with. Again see the first handful of patches in the series [1]. It cleans up the mode printing as well. This

Re: [PATCH] drm/dp: correct struct member name in documentation

2024-04-05 Thread Stephen Rothwell
Hi Mitul, Thanks. On Fri, 5 Apr 2024 12:21:59 +0530 Mitul Golani wrote: > > Correct struct member name to 'mode' instead of 'operation mode' > in 'drm_dp_as_sdp' structure description. > > Fixes: 0bbb8f594e33 ("drm/dp: Add Adaptive Sync SDP logging") Reported-by: Stephen Rothwell > Cc:

Re: [PATCH 08/12] drm/client: Extract drm_connector_first_mode()

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > Use a consistent method for picking the first mode from the > connnector's mode list. Patches 1-8 inclusive are Reviewed-by: Jani Nikula > > Signed-off-by: Ville Syrjälä > --- > drivers/gpu/drm/drm_client_modeset.c | 17

Re: [PATCH v2] drm/ast: Fix soft lockup

2024-04-05 Thread Thomas Zimmermann
Hi, I've added a Fixes tag and pushed to patch into drm-misc-fixes. Best regards Thomas Am 03.04.24 um 11:02 schrieb Jammy Huang: There is a while-loop in ast_dp_set_on_off() that could lead to infinite-loop. This is because the register, VGACRI-Dx, checked in this API is a scratch register

Re: [PATCH 12/12] drm/probe-helper: Switch to per-device debugs

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > Switch to per-device debugs so that we know which > device we're dealing with. Again see the first handful of patches in the series [1]. It cleans up the mode printing as well. BR, Jani. [1]

Re: [PATCH 10/12] drm/client: Use [CONNECTOR:%d:%s] formatting

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Ville Syrjala wrote: > From: Ville Syrjälä > > Switch to the canonical [CONNECTOR:%d:%s] etc. format for > printing out kms objects. I've been pinging for reviews on [1] for a while now. :/ I'm just doing what you do in patches 9-10 in one go, and I very much prefer having

Re: [PATCH 00/12] drm/client: Use after free and debug improvements

2024-04-05 Thread Thomas Zimmermann
Hi Reviewed-by: Thomas Zimmermann for the whole series. Best regards Thomas Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syrjälä Various improvements to the drm/client code: - Fix a use after free (fairly routinely hit by i915 CI) - Debug print improvements - Cleanups/etc.

Re: [PATCH 07/12] drm/client: Use array notation for function arguments

2024-04-05 Thread Thomas Zimmermann
Hi Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syrjälä Use the array notation rather that the pointer notation for function arguments. This makes it clear to the reader that we are in fact dealing with an array rather than a single pointer. Functionally the two are equivalent.

Re: [PATCH] drm/dp: correct struct member name in documentation

2024-04-05 Thread Dmitry Baryshkov
On Fri, Apr 05, 2024 at 12:21:59PM +0530, Mitul Golani wrote: > Correct struct member name to 'mode' instead of 'operation mode' > in 'drm_dp_as_sdp' structure description. > > Fixes: 0bbb8f594e33 ("drm/dp: Add Adaptive Sync SDP logging") > Cc: Mitul Golani > Cc: Ankit Nautiyal > Cc: Jani

Re: [PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-05 Thread Thomas Zimmermann
Hi Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syrjälä Get rid of all the redundant debugs and just wait until the end to print which mode (and of which type) we picked. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/drm_client_modeset.c | 65 +--- 1

Re: [PATCH 11/12] drm/client: Streamline mode selection debugs

2024-04-05 Thread Thomas Zimmermann
Hi this patch should probably go before [09/12]. Best regards Thomas Am 04.04.24 um 22:33 schrieb Ville Syrjala: From: Ville Syrjälä Get rid of all the redundant debugs and just wait until the end to print which mode (and of which type) we picked. Signed-off-by: Ville Syrjälä ---

Re: [PATCH 6/7] drm/udl: Untangle .get_modes() and .detect_ctx()

2024-04-05 Thread Thomas Zimmermann
Hi Am 05.04.24 um 09:09 schrieb Jani Nikula: On Thu, 04 Apr 2024, Thomas Zimmermann wrote: Provide separate implementations of .get_modes() and .detect_ctx() from struct drm_connector. Switch to struct drm_edid. Udl's .detect() helper used to fetch the EDID from the adapter and the

Re: [PATCH 6/7] drm/udl: Untangle .get_modes() and .detect_ctx()

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Thomas Zimmermann wrote: > Provide separate implementations of .get_modes() and .detect_ctx() > from struct drm_connector. Switch to struct drm_edid. > > Udl's .detect() helper used to fetch the EDID from the adapter and the > .get_modes() helper provided display modes from

Re: [PATCH v2 10/25] crypto: virtio - drop owner assignment

2024-04-05 Thread Herbert Xu
On Sun, Mar 31, 2024 at 10:43:57AM +0200, Krzysztof Kozlowski wrote: > virtio core already sets the .owner, so driver does not need to. > > Signed-off-by: Krzysztof Kozlowski > > --- > > Depends on the first patch. > --- > drivers/crypto/virtio/virtio_crypto_core.c | 1 - > 1 file changed, 1

Re: [PATCH 2/7] drm/edid: Test for EDID header in drm_edit_probe_custom()

2024-04-05 Thread Thomas Zimmermann
Hi Am 05.04.24 um 08:38 schrieb Jani Nikula: On Thu, 04 Apr 2024, Thomas Zimmermann wrote: EDID read functions do not validate their return data. So they might return the required number of bytes of probing, but with invalid data. Therefore test for the presence of an EDID header similar to

Re: [PATCH 06/12] drm/client: Constify modes

2024-04-05 Thread kernel test robot
Hi Ville, kernel test robot noticed the following build warnings: [auto build test WARNING on drm-misc/drm-misc-next] [also build test WARNING on drm-intel/for-linux-next drm-intel/for-linux-next-fixes drm-tip/drm-tip linus/master v6.9-rc2 next-20240405] [If your patch is applied to the wrong

RE: linux-next: build warnings after merge of the drm-intel tree

2024-04-05 Thread Golani, Mitulkumar Ajitkumar
Hi, Thanks @Stephen Rothwell. I corrected the documentation and sent a patch with fixes. https://patchwork.freedesktop.org/series/132061/ Regards, Mitul > -Original Message- > From: Stephen Rothwell > Sent: Friday, April 5, 2024 8:47 AM > To: Daniel Vetter ; Jani Nikula > ; Joonas

[PATCH] drm/dp: correct struct member name in documentation

2024-04-05 Thread Mitul Golani
Correct struct member name to 'mode' instead of 'operation mode' in 'drm_dp_as_sdp' structure description. Fixes: 0bbb8f594e33 ("drm/dp: Add Adaptive Sync SDP logging") Cc: Mitul Golani Cc: Ankit Nautiyal Cc: Jani Nikula Signed-off-by: Mitul Golani --- include/drm/display/drm_dp_helper.h | 2

Re: [PATCH 7/7] drm/udl: Remove struct udl_connector

2024-04-05 Thread Dan Carpenter
://anongit.freedesktop.org/drm/drm-misc drm-misc-next patch link: https://lore.kernel.org/r/20240404150857.5520-8-tzimmermann%40suse.de patch subject: [PATCH 7/7] drm/udl: Remove struct udl_connector config: parisc-randconfig-r071-20240405 (https://download.01.org/0day-ci/archive/20240405

Re: [PATCH 2/7] drm/edid: Test for EDID header in drm_edit_probe_custom()

2024-04-05 Thread Jani Nikula
On Thu, 04 Apr 2024, Thomas Zimmermann wrote: > EDID read functions do not validate their return data. So they might > return the required number of bytes of probing, but with invalid > data. Therefore test for the presence of an EDID header similar to > the code in edid_block_check(). I don't

<    1   2