[PATCH drm-misc-next] rockchip/drm: vop2: don't check color_mgmt_changed in atomic_enable
Diederik de Haas
didi.debian at cknow.org
Thu Jun 12 08:33:18 UTC 2025
Hi Andy,
On Wed Jun 11, 2025 at 2:49 PM CEST, Andy Yan wrote:
> The root case for the problem is now clear。
\o/
> ...
>
> Actually, there is another question. I still haven't figured out why
> this problem doesn't occur when compiling rockchipdrm=y .
Thus far I had compiled all my kernels with this:
```sh
make clean
cp ../config-6.14-arm64-cknow .config
scripts/config --enable LOCALVERSION_AUTO
scripts/config --enable DEBUG_INFO_NONE
scripts/config --disable DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULT
make oldconfig
time make -j `nproc` bindeb-pkg
```
And with ``make oldconfig`` I accepted all the defaults (during
git bisect I did say 'y' to a new Rockchip related setting)
Wanting to see ``DRM_ROCKCHIP=y`` for myself, I added
```sh
scripts/config --enable DRM_ROCKCHIP
scripts/config --enable DRM
```
before ``make oldconfig`` and built a new kernel.
I can confirm I'm seeing it work now too.
Attached you'll find the ``.config`` diff between the 2 builds.
HTH,
Diederik
-------------- next part --------------
A non-text attachment was scrubbed...
Name: kernel-config-diff-with-drm_rockchip-y.diff
Type: text/x-patch
Size: 2624 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20250612/ea25369d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20250612/ea25369d/attachment.sig>
More information about the dri-devel
mailing list