linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [git pull] drm fixes for 5.17-rc8/final
@ 2022-03-11  5:15 Dave Airlie
  2022-03-11  5:25 ` pr-tracker-bot
  2022-03-11  7:51 ` Thorsten Leemhuis
  0 siblings, 2 replies; 4+ messages in thread
From: Dave Airlie @ 2022-03-11  5:15 UTC (permalink / raw)
  To: Linus Torvalds, Daniel Vetter; +Cc: dri-devel, LKML

Hi Linus,

As expected at this stage its pretty quiet, one sun4i mixer fix and
one i915 display flicker fix.

Thanks,
Dave.

drm-fixes-2022-03-11:
drm fixes for v5.17-rc8/final

i915:
- psr fix screen flicker

sun4i:
- mixer format fix.
The following changes since commit ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2:

  Linux 5.17-rc7 (2022-03-06 14:28:31 -0800)

are available in the Git repository at:

  git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-03-11

for you to fetch changes up to 30eb13a26014ca640b5eb57b6d010114084d5c92:

  Merge tag 'drm-intel-fixes-2022-03-10' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes (2022-03-11
13:26:19 +1000)

----------------------------------------------------------------
drm fixes for v5.17-rc8/final

i915:
- psr fix screen flicker

sun4i:
- mixer format fix.

----------------------------------------------------------------
Dave Airlie (2):
      Merge tag 'drm-misc-fixes-2022-03-10' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
      Merge tag 'drm-intel-fixes-2022-03-10' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes

Jernej Skrabec (1):
      drm/sun4i: mixer: Fix P010 and P210 format numbers

Jouni Högander (1):
      drm/i915/psr: Set "SF Partial Frame Enable" also on full update

 drivers/gpu/drm/i915/display/intel_psr.c | 16 ++++++++++++++--
 drivers/gpu/drm/i915/i915_reg.h          |  1 +
 drivers/gpu/drm/sun4i/sun8i_mixer.h      |  8 ++++----
 3 files changed, 19 insertions(+), 6 deletions(-)

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] drm fixes for 5.17-rc8/final
  2022-03-11  5:15 [git pull] drm fixes for 5.17-rc8/final Dave Airlie
@ 2022-03-11  5:25 ` pr-tracker-bot
  2022-03-11  7:51 ` Thorsten Leemhuis
  1 sibling, 0 replies; 4+ messages in thread
From: pr-tracker-bot @ 2022-03-11  5:25 UTC (permalink / raw)
  To: Dave Airlie; +Cc: Linus Torvalds, Daniel Vetter, LKML, dri-devel

The pull request you sent on Fri, 11 Mar 2022 15:15:09 +1000:

> git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2022-03-11

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/79b00034e9dcd2b065c1665c8b42f62b6b80a9be

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] drm fixes for 5.17-rc8/final
  2022-03-11  5:15 [git pull] drm fixes for 5.17-rc8/final Dave Airlie
  2022-03-11  5:25 ` pr-tracker-bot
@ 2022-03-11  7:51 ` Thorsten Leemhuis
  2022-03-12  7:46   ` Dave Airlie
  1 sibling, 1 reply; 4+ messages in thread
From: Thorsten Leemhuis @ 2022-03-11  7:51 UTC (permalink / raw)
  To: Dave Airlie, Linus Torvalds, Daniel Vetter
  Cc: dri-devel, LKML, Thomas Zimmermann

On 11.03.22 06:15, Dave Airlie wrote:
> 
> As expected at this stage its pretty quiet, one sun4i mixer fix and
> one i915 display flicker fix.
> 
> Thanks,
> Dave.
> 
> drm-fixes-2022-03-11:
> drm fixes for v5.17-rc8/final
> 
> i915:
> - psr fix screen flicker
> 
> sun4i:
> - mixer format fix.
> The following changes since commit ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2:
> [...]

Out of curiosity: I might be missing something, but why wasn't the
(afaics simple) fix for a build problem caused by 9d6366e743f3 ("drm:
fb_helper: improve CONFIG_FB dependency") (merged for v5.16-rc1) not
among these fixes? I mean this one:
https://lore.kernel.org/lkml/20220203093922.20754-1-tzimmermann@suse.de/

It's sitting in next for a few days already:
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=master&id=eea89dff4c39a106f98d1cb5e4d626f8c63908b9

I already asked a few days ago why this fix was not on track for merging
in this cycle, but I didn't get an answer:
https://lore.kernel.org/lkml/782a683e-c625-8e68-899b-ce56939afece@leemhuis.info/

Fun fact: It seems the problem and at a rough fix were already kinda
known mid November when 9d6366e743f3 was still in next:
https://lore.kernel.org/all/20211117062704.14671-1-rdunlap@infradead.org/

Then the issue was reported again two times in February:
https://lore.kernel.org/dri-devel/CA+G9fYvN0NyaVkRQmA1O6rX7H8PPaZrUAD7=RDy33QY9rUU-9g@mail.gmail.com/
https://lore.kernel.org/lkml/YhofdlzadzRmy7tj@debian/

And the fix is relative simple, that's why I wonder why merging is
delayed. What am I missing?

Ciao, Thorsten

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [git pull] drm fixes for 5.17-rc8/final
  2022-03-11  7:51 ` Thorsten Leemhuis
@ 2022-03-12  7:46   ` Dave Airlie
  0 siblings, 0 replies; 4+ messages in thread
From: Dave Airlie @ 2022-03-12  7:46 UTC (permalink / raw)
  To: Thorsten Leemhuis
  Cc: Linus Torvalds, Daniel Vetter, dri-devel, LKML, Thomas Zimmermann

On Fri, 11 Mar 2022 at 17:51, Thorsten Leemhuis
<regressions@leemhuis.info> wrote:
>
> On 11.03.22 06:15, Dave Airlie wrote:
> >
> > As expected at this stage its pretty quiet, one sun4i mixer fix and
> > one i915 display flicker fix.
> >
> > Thanks,
> > Dave.
> >
> > drm-fixes-2022-03-11:
> > drm fixes for v5.17-rc8/final
> >
> > i915:
> > - psr fix screen flicker
> >
> > sun4i:
> > - mixer format fix.
> > The following changes since commit ffb217a13a2eaf6d5bd974fc83036a53ca69f1e2:
> > [...]
>
> Out of curiosity: I might be missing something, but why wasn't the
> (afaics simple) fix for a build problem caused by 9d6366e743f3 ("drm:
> fb_helper: improve CONFIG_FB dependency") (merged for v5.16-rc1) not
> among these fixes? I mean this one:
> https://lore.kernel.org/lkml/20220203093922.20754-1-tzimmermann@suse.de/
>
> It's sitting in next for a few days already:
> https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?h=master&id=eea89dff4c39a106f98d1cb5e4d626f8c63908b9
>
> I already asked a few days ago why this fix was not on track for merging
> in this cycle, but I didn't get an answer:
> https://lore.kernel.org/lkml/782a683e-c625-8e68-899b-ce56939afece@leemhuis.info/
>
> Fun fact: It seems the problem and at a rough fix were already kinda
> known mid November when 9d6366e743f3 was still in next:
> https://lore.kernel.org/all/20211117062704.14671-1-rdunlap@infradead.org/
>
> Then the issue was reported again two times in February:
> https://lore.kernel.org/dri-devel/CA+G9fYvN0NyaVkRQmA1O6rX7H8PPaZrUAD7=RDy33QY9rUU-9g@mail.gmail.com/
> https://lore.kernel.org/lkml/YhofdlzadzRmy7tj@debian/
>
> And the fix is relative simple, that's why I wonder why merging is
> delayed. What am I missing?

My radar just missed it, though someone else should have realised it
was necessary on fixes earlier, it also had incorrect Fixes: tagging,
so I fixed that and sent it to Linus,

Thanks,
Dave.

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-03-12  7:46 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-11  5:15 [git pull] drm fixes for 5.17-rc8/final Dave Airlie
2022-03-11  5:25 ` pr-tracker-bot
2022-03-11  7:51 ` Thorsten Leemhuis
2022-03-12  7:46   ` Dave Airlie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).