Re: [PATCH 2/3] video: fbdev: ssd1307fb: Print the PWM's label instead of its number

2023-09-09 Thread Javier Martinez Canillas
Uwe Kleine-König writes: Hello Uwe, > Hello, > > On Sat, Sep 09, 2023 at 04:38:28PM +0200, Javier Martinez Canillas wrote: >> Javier Martinez Canillas writes: >> >> > Uwe Kleine-König writes: >> > >> >> struct pwm_device::pwm is a write-only variable in the pwm core and used >> >> nowhere apa

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Bragatheswaran Manickavel
>On Sun, 10 Sept 2023 at 09:29, Randy Dunlap wrote: >On 9/9/23 20:54, Bagas Sanjaya wrote: >> On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: >>> Addressing drm dp/hdmi connector related kernel documentation >>> warning and add more information about these values. >> >>

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Bragatheswaran Manickavel
>On Sun, 10 Sept 2023 at 09:29, Randy Dunlap wrote: >On 9/9/23 20:54, Bagas Sanjaya wrote: >> On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: >>> Addressing drm dp/hdmi connector related kernel documentation >>> warning and add more information about these values. >> >>

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Randy Dunlap
On 9/9/23 20:54, Bagas Sanjaya wrote: > On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: >> Addressing drm dp/hdmi connector related kernel documentation >> warning and add more information about these values. > > What are these? > There are already patches for these

[PATCH v3 3/3] drm/i915/gt: Timeout when waiting for idle in suspending

2023-09-09 Thread Alan Previn
When suspending, add a timeout when calling intel_gt_pm_wait_for_idle else if we have a lost G2H event that holds a wakeref (which would be indicative of a bug elsewhere in the driver), driver will at least complete the suspend-resume cycle, (albeit not hitting all the targets for low power hw coun

[PATCH v3 0/3] Resolve suspend-resume racing with GuC destroy-context-worker

2023-09-09 Thread Alan Previn
This series is the result of debugging issues root caused to races between the GuC's destroyed_worker_func being triggered vs repeating suspend-resume cycles with concurrent delayed fence signals for engine-freeing. The reproduction steps require that an app is launched right before the start of t

[PATCH v3 1/3] drm/i915/guc: Flush context destruction worker at suspend

2023-09-09 Thread Alan Previn
When suspending, flush the context-guc-id deregistration worker at the final stages of intel_gt_suspend_late when we finally call gt_sanitize that eventually leads down to __uc_sanitize so that the deregistration worker doesn't fire off later as we reset the GuC microcontroller. Signed-off-by: Ala

[PATCH v3 2/3] drm/i915/guc: Close deregister-context race against CT-loss

2023-09-09 Thread Alan Previn
If we are at the end of suspend or very early in resume its possible an async fence signal could lead us to the execution of the context destruction worker (after the prior worker flush). Even if checking that the CT is enabled before calling destroyed_worker_func, guc_lrc_desc_unpin may still fai

Re: [PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Bagas Sanjaya
On Sat, Sep 09, 2023 at 04:33:43PM +0530, Bragatheswaran Manickavel wrote: > Addressing drm dp/hdmi connector related kernel documentation > warning and add more information about these values. What are these? > > Signed-off-by: Bragatheswaran Manickavel > --- > drivers/gpu/drm/drm_connector.c

Re: [PATCH v4 5/8] drm: atmel_hlcdc: Add support for XLCDC in atmel LCD driver

2023-09-09 Thread claudiu beznea
Hi, Manikandan, On 8/25/23 15:54, Manikandan Muralidharan wrote: > - XLCDC in SAM9X7 has different sets of registers and additional > configuration bits when compared to previous HLCDC IP. Read/write > operation on the controller registers is now separated using the > XLCDC status flag. > -

Re: [PATCH v4 7/8] drm: atmel-hlcdc: add vertical and horizontal scaling support for XLCDC

2023-09-09 Thread claudiu beznea
On 8/25/23 15:54, Manikandan Muralidharan wrote: > update the LCDC_HEOCFG30 and LCDC_HEOCFG31 registers of XLCDC IP which s/update/Update > supports vertical and horizontal scaling with Bilinear and Bicubic > co-efficients taps for Chroma and Luma componenets of the Pixel. > > Signed-off-by:

Re: [PATCH v4 6/8] drm: atmel-hlcdc: add DPI mode support for XLCDC

2023-09-09 Thread claudiu beznea
On 8/25/23 15:54, Manikandan Muralidharan wrote: > Add support for Display Pixel Interface (DPI) Compatible Mode > support in atmel-hlcdc driver for XLCDC IP along with legacy > pixel mapping.DPI mode BIT is configured in LCDC_CFG5 register. > > Signed-off-by: Manikandan Muralidharan > [durai.

Re: [PATCH v4 4/8] drm: atmel-hlcdc: Define SAM9X7 SoC XLCDC specific registers

2023-09-09 Thread claudiu beznea
On 8/25/23 15:54, Manikandan Muralidharan wrote: > From: Durai Manickam KR > > The register address of the XLCDC IP used in SAM9X7 SoC family > are different from the previous HLCDC.Defining those address > space with valid macros. > > Signed-off-by: Durai Manickam KR > [manikanda...@microch

[PATCH] drm: fix doc warnings related to drm connector

2023-09-09 Thread Bragatheswaran Manickavel
Addressing drm dp/hdmi connector related kernel documentation warning and add more information about these values. Signed-off-by: Bragatheswaran Manickavel --- drivers/gpu/drm/drm_connector.c | 2 ++ include/drm/drm_connector.h | 2 ++ 2 files changed, 4 insertions(+) diff --git a/drivers/g

Re: [PATCH v4 8/8] drm: atmel-hlcdc: add support for DSI output formats

2023-09-09 Thread claudiu beznea
On 8/25/23 15:54, Manikandan Muralidharan wrote: > Add support for the following DPI mode if the encoder type > is DSI as per the XLCDC IP datasheet: > - 16BPPCFG1 > - 16BPPCFG2 > - 16BPPCFG3 > - 18BPPCFG1 > - 18BPPCFG2 > - 24BPP > > Signed-off-by: Manikandan Muralidharan > [durai.manicka...@m

[PATCH] drm/bridge/analogix/anx78xx: Add missing definition

2023-09-09 Thread Alicja Michalska
Analogix ANX78XX driver is missing definitions for anx7816. It uses the same I2C register set as anx7818. Signed-off-by: Alicja Michalska --- drivers/gpu/drm/bridge/analogix/analogix-anx78xx.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/gpu/drm/bridge/analogix/analogix-anx78xx.

[PATCH v5 2/3] drm/i915/pxp/mtl: Update pxp-firmware packet size

2023-09-09 Thread Alan Previn
Update the GSC-fw input/output HECI packet size to match updated internal fw specs. Signed-off-by: Alan Previn --- drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_43.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/i915/pxp/intel_pxp_cmd_interface_43.h

[PATCH v5 3/3] drm/i915/lrc: User PXP contexts requires runalone bit in lrc

2023-09-09 Thread Alan Previn
On Meteorlake onwards, HW specs require that all user contexts that run on render or compute engines and require PXP must enforce run-alone bit in lrc. Add this enforcement for protected contexts. Signed-off-by: Alan Previn --- drivers/gpu/drm/i915/gt/intel_lrc.c | 23 +++ 1

[PATCH v5 0/3] drm/i915/pxp/mtl: Update gsc-heci cmd submission to align with fw/hw spec

2023-09-09 Thread Alan Previn
For MTL, update the GSC-HECI packet size and the max firmware response timeout to match internal fw specs. Enforce setting run-alone bit in LRC for protected contexts. Changes from prio revs: v4: - PAGE_ALIGN the max heci packet size (Alan). v3: - Patch #1. Only start counting the request co

[PATCH v5 1/3] drm/i915/pxp/mtl: Update pxp-firmware response timeout

2023-09-09 Thread Alan Previn
Update the max GSC-fw response time to match updated internal fw specs. Because this response time is an SLA on the firmware, not inclusive of i915->GuC->HW handoff latency, when submitting requests to the GSC fw via intel_gsc_uc_heci_cmd_submit helpers, start the count after the request hits the G

Re: [PATCH 2/3] video: fbdev: ssd1307fb: Print the PWM's label instead of its number

2023-09-09 Thread Uwe Kleine-König
Hello, On Sat, Sep 09, 2023 at 04:38:28PM +0200, Javier Martinez Canillas wrote: > Javier Martinez Canillas writes: > > > Uwe Kleine-König writes: > > > >> struct pwm_device::pwm is a write-only variable in the pwm core and used > >> nowhere apart from this and another dev_dbg. So it isn't usef

Re: [PATCH drm-misc-next v3 6/7] drm/gpuvm: generalize dma_resv/extobj handling and GEM validation

2023-09-09 Thread kernel test robot
Hi Danilo, kernel test robot noticed the following build warnings: [auto build test WARNING on 6bd3d8da51ca1ec97c724016466606aec7739b9f] url: https://github.com/intel-lab-lkp/linux/commits/Danilo-Krummrich/drm-gpuvm-rename-struct-drm_gpuva_manager-to-struct-drm_gpuvm/20230909-233346 base

Re: [PATCH v2 02/12] drm/etnaviv: Convert to platform remove callback returning void

2023-09-09 Thread Christian Gmeiner
Uwe Kleine-König schrieb am Di., 1. Aug. 2023, 13:02: > The .remove() callback for a platform driver returns an int which makes > many driver authors wrongly assume it's possible to do error handling by > returning an error code. However the value returned is (mostly) ignored > and this typically

Re: [PATCH drm-misc-next v3 1/7] drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm

2023-09-09 Thread kernel test robot
Hi Danilo, kernel test robot noticed the following build warnings: [auto build test WARNING on 6bd3d8da51ca1ec97c724016466606aec7739b9f] url: https://github.com/intel-lab-lkp/linux/commits/Danilo-Krummrich/drm-gpuvm-rename-struct-drm_gpuva_manager-to-struct-drm_gpuvm/20230909-233346 base

Re: [PATCH v3 8/8] drm/drm-file: Show finer-grained BO sizes in drm_show_memory_stats

2023-09-09 Thread Adrián Larumbe
On 06.09.2023 10:11, Boris Brezillon wrote: >On Tue, 5 Sep 2023 19:45:24 +0100 >Adrián Larumbe wrote: > >> The current implementation will try to pick the highest available size >> display unit as soon as the BO size exceeds that of the previous >> multiplier. >> >> By selecting a higher thresho

Re: [PATCH v3 7/8] drm/panfrost: Implement generic DRM object RSS reporting function

2023-09-09 Thread Adrián Larumbe
On 06.09.2023 10:01, Boris Brezillon wrote: >On Tue, 5 Sep 2023 19:45:23 +0100 >Adrián Larumbe wrote: > >> BO's RSS is updated every time new pages are allocated on demand and mapped >> for the object at GPU page fault's IRQ handler, but only for heap buffers. >> The reason this is unnecessary fo

[PATCH v2 3/3] drm/i915: Move the size computations to drm buddy

2023-09-09 Thread Arunpravin Paneer Selvam
- Move roundup_power_of_two() to drm buddy file to support the new try harder mechanism for contiguous allocation. - Move trim function call to drm_buddy_alloc_blocks() function. Signed-off-by: Arunpravin Paneer Selvam --- drivers/gpu/drm/i915/i915_ttm_buddy_manager.c | 23 +++

[PATCH v2 2/3] drm/amdgpu: Move the size computations to drm buddy

2023-09-09 Thread Arunpravin Paneer Selvam
- Move roundup_power_of_two() and IS_ALIGNED() computations to drm buddy file to support the new try harder mechanism for contiguous allocation. - Move trim function call to drm_buddy_alloc_blocks() function. Signed-off-by: Arunpravin Paneer Selvam --- drivers/gpu/drm/amd/amdgpu/amdgpu_vram

[PATCH v2 1/3] drm/buddy: Improve contiguous memory allocation

2023-09-09 Thread Arunpravin Paneer Selvam
Problem statement: The current method roundup_power_of_two() to allocate contiguous address triggers -ENOSPC in some cases even though we have enough free spaces and so to help with that we introduce a try harder mechanism. In case of -ENOSPC, the new try harder mechanism rounddown the original si

Re: [PATCH v3 2/8] drm/panfrost: Enable cycle counter register upon job submission

2023-09-09 Thread Adrián Larumbe
On 06.09.2023 09:21, Boris Brezillon wrote: >On Tue, 5 Sep 2023 19:45:18 +0100 >Adrián Larumbe wrote: > >> In a future development, we will want to keep track of the number of GPU >> cycles spent on a given job. That means we should enable it only when the >> GPU has work to do, and switch it off

[PATCH drm-misc-next v3 7/7] drm/nouveau: GPUVM dma-resv/extobj handling, GEM validation

2023-09-09 Thread Danilo Krummrich
Make use of the DRM GPUVA managers GPU-VM common dma-resv, external GEM object tracking, dma-resv locking, evicted GEM object tracking and validation features. Signed-off-by: Danilo Krummrich --- drivers/gpu/drm/nouveau/nouveau_bo.c| 4 +- drivers/gpu/drm/nouveau/nouveau_exec.c | 52 +++---

[PATCH drm-misc-next v3 6/7] drm/gpuvm: generalize dma_resv/extobj handling and GEM validation

2023-09-09 Thread Danilo Krummrich
So far the DRM GPUVA manager offers common infrastructure to track GPU VA allocations and mappings, generically connect GPU VA mappings to their backing buffers and perform more complex mapping operations on the GPU VA space. However, there are more design patterns commonly used by drivers, which

[PATCH drm-misc-next v3 5/7] drm/gpuvm: add an abstraction for a VM / BO combination

2023-09-09 Thread Danilo Krummrich
This patch adds an abstraction layer between the drm_gpuva mappings of a particular drm_gem_object and this GEM object itself. The abstraction represents a combination of a drm_gem_object and drm_gpuvm. The drm_gem_object holds a list of drm_gpuvm_bo structures (the structure representing this abst

[PATCH drm-misc-next v3 3/7] drm/nouveau: uvmm: rename 'umgr' to 'base'

2023-09-09 Thread Danilo Krummrich
Rename struct drm_gpuvm within struct nouveau_uvmm from 'umgr' to base. Signed-off-by: Danilo Krummrich --- drivers/gpu/drm/nouveau/nouveau_debugfs.c | 2 +- drivers/gpu/drm/nouveau/nouveau_exec.c| 4 +-- drivers/gpu/drm/nouveau/nouveau_uvmm.c| 32 +++ drivers/gpu/d

[PATCH drm-misc-next v3 4/7] drm/gpuvm: common dma-resv per struct drm_gpuvm

2023-09-09 Thread Danilo Krummrich
Provide a common dma-resv for GEM objects not being used outside of this GPU-VM. This is used in a subsequent patch to generalize dma-resv, external and evicted object handling and GEM validation. Signed-off-by: Danilo Krummrich --- drivers/gpu/drm/drm_gpuvm.c| 10 -- drivers

[PATCH drm-misc-next v3 2/7] drm/gpuvm: allow building as module

2023-09-09 Thread Danilo Krummrich
Currently, the DRM GPUVM does not have any core dependencies preventing a module build. Also, new features from subsequent patches require helpers (namely drm_exec) which can be built as module. Signed-off-by: Danilo Krummrich --- drivers/gpu/drm/Kconfig | 7 +++ drivers/gpu/drm/Mak

[PATCH drm-misc-next v3 1/7] drm/gpuvm: rename struct drm_gpuva_manager to struct drm_gpuvm

2023-09-09 Thread Danilo Krummrich
Rename struct drm_gpuva_manager to struct drm_gpuvm including corresponding functions. This way the GPUVA manager's structures align very well with the documentation of VM_BIND [1] and VM_BIND locking [2]. It also provides a better foundation for the naming of data structures and functions introdu

[PATCH drm-misc-next v3 0/7] [RFC] DRM GPUVA Manager GPU-VM features

2023-09-09 Thread Danilo Krummrich
So far the DRM GPUVA manager offers common infrastructure to track GPU VA allocations and mappings, generically connect GPU VA mappings to their backing buffers and perform more complex mapping operations on the GPU VA space. However, there are more design patterns commonly used by drivers, which

Re: [PATCH v3 2/8] drm/panfrost: Enable cycle counter register upon job submission

2023-09-09 Thread Adrián Larumbe
On 06.09.2023 09:57, Boris Brezillon wrote: >On Tue, 5 Sep 2023 19:45:18 +0100 >Adrián Larumbe wrote: > >> diff --git a/drivers/gpu/drm/panfrost/panfrost_job.c >> b/drivers/gpu/drm/panfrost/panfrost_job.c >> index 033f5e684707..8b1bf6ac48f8 100644 >> --- a/drivers/gpu/drm/panfrost/panfrost_job.c

[Bug 217892] [amdgpu]: system freezes when trying to turn back on monitor

2023-09-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=217892 --- Comment #2 from Michael Mair-Keimberger (mmk+b...@levelnine.at) --- Hello Bagas, Thanks for the hint. I'll wait for the rc1 and then try with the latest kernel. FYI: I've open a issue freedesktop issue [1] [1] https://gitlab.freedesktop.or

[PATCH] drm/bridge: dw-hdmi-cec: Add arbitration lost event

2023-09-09 Thread Jernej Skrabec
Add handling of arbitration lost event. Signed-off-by: Jernej Skrabec --- drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c b/drivers/gpu/drm/bridge/synopsys/dw-hdmi-cec.c index be

Re: [PATCH 2/3] video: fbdev: ssd1307fb: Print the PWM's label instead of its number

2023-09-09 Thread Javier Martinez Canillas
Javier Martinez Canillas writes: > Uwe Kleine-König writes: > >> struct pwm_device::pwm is a write-only variable in the pwm core and used >> nowhere apart from this and another dev_dbg. So it isn't useful to >> identify the used PWM. Emit the PWM's label instead in the debug >> message. >> >> Si

Re: [PATCH 00/53] drm: Convert to platform remove callback returning void

2023-09-09 Thread Javier Martinez Canillas
Uwe Kleine-König writes: Hello Uwe, > Hello, > > this patch series adapts the platform drivers below drivers/gpu/drm > to use the .remove_new() callback. Compared to the traditional .remove() > callback .remove_new() returns no value. This is a good thing because > the driver core doesn't (and c

Patch "backlight/bd6107: Compare against struct fb_info.device" has been added to the 6.5-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/bd6107: Compare against struct fb_info.device to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/lv5207lp: Compare against struct fb_info.device" has been added to the 6.5-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/lv5207lp: Compare against struct fb_info.device to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/gpio_backlight: Compare against struct fb_info.device" has been added to the 6.5-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/gpio_backlight: Compare against struct fb_info.device to the 6.5-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "backlight/lv5207lp: Compare against struct fb_info.device" has been added to the 6.4-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/lv5207lp: Compare against struct fb_info.device to the 6.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/bd6107: Compare against struct fb_info.device" has been added to the 6.4-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/bd6107: Compare against struct fb_info.device to the 6.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/gpio_backlight: Compare against struct fb_info.device" has been added to the 6.4-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/gpio_backlight: Compare against struct fb_info.device to the 6.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "backlight/gpio_backlight: Compare against struct fb_info.device" has been added to the 6.1-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/gpio_backlight: Compare against struct fb_info.device to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "backlight/bd6107: Compare against struct fb_info.device" has been added to the 6.1-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/bd6107: Compare against struct fb_info.device to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/lv5207lp: Compare against struct fb_info.device" has been added to the 6.1-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/lv5207lp: Compare against struct fb_info.device to the 6.1-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/gpio_backlight: Compare against struct fb_info.device" has been added to the 5.15-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/gpio_backlight: Compare against struct fb_info.device to the 5.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "backlight/lv5207lp: Compare against struct fb_info.device" has been added to the 5.15-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/lv5207lp: Compare against struct fb_info.device to the 5.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/bd6107: Compare against struct fb_info.device" has been added to the 5.15-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/bd6107: Compare against struct fb_info.device to the 5.15-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/bd6107: Compare against struct fb_info.device" has been added to the 5.10-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/bd6107: Compare against struct fb_info.device to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/lv5207lp: Compare against struct fb_info.device" has been added to the 5.10-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/lv5207lp: Compare against struct fb_info.device to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/gpio_backlight: Compare against struct fb_info.device" has been added to the 5.10-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/gpio_backlight: Compare against struct fb_info.device to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "backlight/bd6107: Compare against struct fb_info.device" has been added to the 5.4-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/bd6107: Compare against struct fb_info.device to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/bd6107: Compare against struct fb_info.device" has been added to the 4.19-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/bd6107: Compare against struct fb_info.device to the 4.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/lv5207lp: Compare against struct fb_info.device" has been added to the 5.4-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/lv5207lp: Compare against struct fb_info.device to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/gpio_backlight: Compare against struct fb_info.device" has been added to the 5.4-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/gpio_backlight: Compare against struct fb_info.device to the 5.4-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "backlight/lv5207lp: Compare against struct fb_info.device" has been added to the 4.19-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/lv5207lp: Compare against struct fb_info.device to the 4.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/gpio_backlight: Compare against struct fb_info.device" has been added to the 4.19-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/gpio_backlight: Compare against struct fb_info.device to the 4.19-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "backlight/gpio_backlight: Compare against struct fb_info.device" has been added to the 4.14-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/gpio_backlight: Compare against struct fb_info.device to the 4.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch

Patch "backlight/lv5207lp: Compare against struct fb_info.device" has been added to the 4.14-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/lv5207lp: Compare against struct fb_info.device to the 4.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

Patch "backlight/bd6107: Compare against struct fb_info.device" has been added to the 4.14-stable tree

2023-09-09 Thread gregkh
This is a note to let you know that I've just added the patch titled backlight/bd6107: Compare against struct fb_info.device to the 4.14-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is:

[Bug 217892] [amdgpu]: system freezes when trying to turn back on monitor

2023-09-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=217892 --- Comment #1 from Bagas Sanjaya (bagasdo...@gmail.com) --- On Sat, Sep 09, 2023 at 10:19:36AM +, bugzilla-dae...@kernel.org wrote: > Hi, > > My setup is a dual monitor 4K/144Hz with running sway on it. Both monitors > are > connected via DP

Re: [Bug 217892] New: [amdgpu]: system freezes when trying to turn back on monitor

2023-09-09 Thread Bagas Sanjaya
On Sat, Sep 09, 2023 at 10:19:36AM +, bugzilla-dae...@kernel.org wrote: > Hi, > > My setup is a dual monitor 4K/144Hz with running sway on it. Both monitors are > connected via DP to a Advanced Micro Devices, Inc. [AMD/ATI] Navi 31 [Radeon > RX > 7900 XT/7900 XTX]. Usually if i don't change m

[Bug 217892] New: [amdgpu]: system freezes when trying to turn back on monitor

2023-09-09 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=217892 Bug ID: 217892 Summary: [amdgpu]: system freezes when trying to turn back on monitor Product: Drivers Version: 2.5 Hardware: All OS: Linux Statu

[drm-misc:drm-misc-next 2/2] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_helpers.c:368:21: warning: variable 'old_payload' is uninitialized when used here

2023-09-09 Thread kernel test robot
tree: git://anongit.freedesktop.org/drm/drm-misc drm-misc-next head: 5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49 commit: 5aa1dfcdf0a429e4941e2eef75b006a8c7a8ac49 [2/2] drm/mst: Refactor the flow for payload allocation/removement config: arm64-randconfig-r034-20230909 (https://download.01.org