Message ID | CAPM=9tyHJiMrF8nxXe=mhn0i5N1v-7RHh2TZfoz8BoUBBnuxzw@mail.gmail.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | [git,pull] drm fixes for 6.14-rc4 | expand |
Side note: I think you do something while editing or cutting-and-pasting that loses indentation. I sometimes have to guess at what the intended grouping is. In this case, notice the "More catalog fixes" entry for the msm driver. I *think* it refers to all the following bullet points up until the "Core/GPU" grouping, but that is literally nothing but an edumacated guess. So when you write (or copy) the description, can I ask you to not drop indentation like this? Linus On Fri, 21 Feb 2025 at 12:51, Dave Airlie <airlied@gmail.com> wrote: > > msm: > - More catalog fixes: > - to skip watchdog programming through top block if its not present > - fix the setting of WB mask to ensure the WB input control is programmed > correctly through ping-pong > - drop lm_pair for sm6150 as that chipset does not have any 3dmerge block > - Fix the mode validation logic for DP/eDP to account for widebus (2ppc) > to allow high clock resolutions > - Fix to disable dither during encoder disable as otherwise this was > causing kms_writeback failure due to resource sharing between > WB and DSI paths as DSI uses dither but WB does not > - Fixes for virtual planes, namely to drop extraneous return and fix > uninitialized variables > - Fix to avoid spill-over of DSC encoder block bits when programming > the bits-per-component > - Fixes in the DSI PHY to protect against concurrent access of > PHY_CMN_CLK_CFG regs between clock and display drivers > - Core/GPU: > - Fix non-blocking fence wait incorrectly rounding up to 1 jiffy timeout > - Only print GMU fw version once, instead of each time the GPU resumes
The pull request you sent on Sat, 22 Feb 2025 06:51:33 +1000:
> https://gitlab.freedesktop.org/drm/kernel.git tags/drm-fixes-2025-02-22
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/3ef7acec975bde28ab9cef92af76be8fc2ce684d
Thank you!
On Sat, 22 Feb 2025 at 07:15, Linus Torvalds <torvalds@linux-foundation.org> wrote: > > Side note: I think you do something while editing or > cutting-and-pasting that loses indentation. > > I sometimes have to guess at what the intended grouping is. > > In this case, notice the "More catalog fixes" entry for the msm driver. > > I *think* it refers to all the following bullet points up until the > "Core/GPU" grouping, but that is literally nothing but an edumacated > guess. > > So when you write (or copy) the description, can I ask you to not drop > indentation like this? I rewrite the MSM bits usually to align with others as they subcategorise and nobody else does, but I can keep the indentation if it doesn't look like noise on your end. Dave.