Re: [git pull] drm for 5.18-rc1

2022-03-24 Thread Linus Torvalds
On Wed, Mar 23, 2022 at 7:30 PM Dave Airlie wrote: > > This is the main drm pull request for 5.18. > > The summary changelog is below, lots of work all over, > Intel improving DG2 support, amdkfd CRIU support, msm > new hw support, and faster fbdev support. Ok, so this was annoying. I've merged

Re: [GIT PULL] mediatek drm fixes - 20220325

2022-03-24 Thread Dave Airlie
On Fri, 25 Mar 2022 at 09:09, Chun-Kuang Hu wrote: > > Hi, Dave & Daniel: > > This includes: > > 1. Fix dt-binding issue. > This tree is based on a random drm-next tree, which I can't pull. Please base it on the latest drm-next tree. I tried cherry-pick these patches over and it failed badly on

Re: [git pull] drm for 5.18-rc1

2022-03-24 Thread pr-tracker-bot
The pull request you sent on Thu, 24 Mar 2022 12:30:02 +1000: > git://anongit.freedesktop.org/drm/drm tags/drm-next-2022-03-24 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/b14ffae378aa1db993e62b01392e70d1e585fb23 Thank you! -- Deet-doot-dot, I am a bot. https://ko

[Bug 215727] drm:amdgpu_job_timedout [amdgpu]] *ERROR* ring gfx_0.0.0 timeout when using firefox, chrome or icaclient

2022-03-24 Thread bugzilla-daemon
https://bugzilla.kernel.org/show_bug.cgi?id=215727 Artem S. Tashkinov (a...@gmx.com) changed: What|Removed |Added Status|NEW |RESOLVED

[PATCH] drm/amd: Re-classify some log messages in commit path

2022-03-24 Thread Sean Paul
From: Sean Paul ATOMIC and DRIVER log categories do not typically contain per-frame log messages. This patch re-classifies some messages in amd to chattier categories to keep ATOMIC/DRIVER quiet. Signed-off-by: Sean Paul --- drivers/gpu/drm/amd/amdgpu/amdgpu_display.c | 5 +++-- drivers/

[PATCH] UPSTREAM: drm/amdgpu: Disable ABM when AC mode

2022-03-24 Thread Ryan Lin
Disable ABM feature when the system is running on AC mode to get the more perfect contrast of the display. Signed-off-by: Ryan Lin --- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 1 + drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 58

[git pull] drm fixes for 5.18-rc1

2022-03-24 Thread Dave Airlie
Hi Linus, Some fixes were queued up in and in light of the fbdev regressions, I've pulled those in as well, I think the mediatek one is going to be a bit more painful, since now you have a merge and I need to have the mediatek stuff get rebased and retested onto that merge point, but I'll make sur

Re: [PATCH] UPSTREAM: drm/amdgpu: Disable ABM when AC mode

2022-03-24 Thread Bas Nieuwenhuizen
Please drop the UPSTREAM prefix. Might be needed in the ChromeOS patch, but not for upstream. On Fri, Mar 25, 2022, 2:29 AM Ryan Lin wrote: > Disable ABM feature when the system is running on AC mode to get > the more perfect contrast of the display. > > Signed-off-by: Ryan Lin > > --- > drive

Re: [git pull] drm for 5.18-rc1

2022-03-24 Thread Dave Airlie
> FYI, this breaks the DT bindings. The relevant patches didn't get > reviewed nor run thru automated testing because their encoding was > 'charset=y'[1]. (While email clients seem to just ignore that > encoding, patchwork and b4 do not.) linux-next is still broken and has > been since Mar 2[2]. v2

Re: [PATCH] drm/mm: Fix the param description for 'size' tag

2022-03-24 Thread Cai Huoqing
On 17 3月 22 10:26:31, Cai Huoqing wrote: > Using "size of" instead of "end of" to fix the description for 'size' tag. > > Signed-off-by: Cai Huoqing > --- > drivers/gpu/drm/drm_mm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/drm_mm.c b/drivers/gpu/

[PATCH v2 3/25] drm/amdgpu: Disable ABM when AC mode

2022-03-24 Thread Ryan Lin
Disable ABM feature when the system is running on AC mode to get the more perfect contrast of the display. Signed-off-by: Ryan Lin --- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 1 + drivers/gpu/drm/amd/display/dc/dce/dmub_abm.c | 58

Re: [PATCH v2] drm/bridge: anx7625: Set downstream sink into normal status

2022-03-24 Thread Xin Ji
On Thu, Mar 24, 2022 at 01:07:56PM +0100, Robert Foss wrote: > > > > > The driver uses DRM_DEV_* for logs. Can we use this? > > > > Hi Hsin-Yi, as comment in drm/drm_print.h: > > > > "NOTE: this is deprecated in favor of drm_dbg". DRM bridge driver not > > > > use DRM_DEV_* any more. I'll send a pa

Re: [PATCH v2 3/25] drm/amdgpu: Disable ABM when AC mode

2022-03-24 Thread Christian König
Am 25.03.22 um 05:05 schrieb Ryan Lin: Disable ABM feature when the system is running on AC mode to get the more perfect contrast of the display. Signed-off-by: Ryan Lin --- drivers/gpu/drm/amd/amdgpu/amdgpu_acpi.c | 4 ++ drivers/gpu/drm/amd/amdgpu/amdgpu_device.c| 1 + drivers

<    1   2