mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-11 16:29:05 +00:00
Short summary of fixes pull:
* Add MMU dependency to TTM unit tests * panel: Fix Innolux G156HCE-L01 LVDS clock -----BEGIN PGP SIGNATURE----- iQEzBAABCAAdFiEEchf7rIzpz2NEoWjlaA3BHVMLeiMFAmTeHfkACgkQaA3BHVML eiPfGgf/TPT9FhjA5EsMctAfNDygR87aE8IaRxluGRBmIPqoAGun/DI0HBG3o475 tJ9ttQl24sMfuEhhGb19QssMTzDhPwwUGe/JDM2q/e7N3NVt+0Cjydf/Xc0GUiaT LLx3QUW2qA5FD3JO8Y3Ofu0qUmWrZADemALY1J6hdobdfHePPZYJcc6ecCjK3rL0 0l6icBr3FX6AbM6WvAWx3XekM99NeUDyiV7gYvujAJcJAsDA4cr0Ud9+ii1YFE7N 6VMXkFoDF572eEz0nKC54tZ2/xYOIIsDKrD3UqkZy2pR3rFtfIM5DzOFEOdt8dUG KlPQcGlt+J59litVnXGLQd+SMKA+Jg== =ElfD -----END PGP SIGNATURE----- Merge tag 'drm-misc-next-fixes-2023-08-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-next Short summary of fixes pull: * Add MMU dependency to TTM unit tests * panel: Fix Innolux G156HCE-L01 LVDS clock Signed-off-by: Dave Airlie <airlied@redhat.com> From: Thomas Zimmermann <tzimmermann@suse.de> Link: https://patchwork.freedesktop.org/patch/msgid/20230817131832.GA9361@linux-uq9g
This commit is contained in:
commit
5d21db2680
@ -198,7 +198,7 @@ config DRM_TTM
|
||||
config DRM_TTM_KUNIT_TEST
|
||||
tristate "KUnit tests for TTM" if !KUNIT_ALL_TESTS
|
||||
default n
|
||||
depends on DRM && KUNIT
|
||||
depends on DRM && KUNIT && MMU
|
||||
select DRM_TTM
|
||||
select DRM_EXPORT_FOR_TESTS if m
|
||||
select DRM_KUNIT_TEST_HELPERS
|
||||
|
@ -2377,7 +2377,7 @@ static const struct panel_desc innolux_g121x1_l03 = {
|
||||
};
|
||||
|
||||
static const struct display_timing innolux_g156hce_l01_timings = {
|
||||
.pixelclock = { 120000000, 144000000, 150000000 },
|
||||
.pixelclock = { 120000000, 141860000, 150000000 },
|
||||
.hactive = { 1920, 1920, 1920 },
|
||||
.hfront_porch = { 80, 90, 100 },
|
||||
.hback_porch = { 80, 90, 100 },
|
||||
|
Loading…
x
Reference in New Issue
Block a user