Re: [PATCH 2/4] drm/msm: allow compile_test on !ARM

2021-09-27 Thread Christian König
As long as nobody objects I'm going to push this one here to drm-misc-next with Rob's rb. The other patches still need a bit more work, but being able to at least compile test MSM on x86 is really helpful. Christian. Am 24.09.21 um 09:17 schrieb Christian König: MSM is one of the few driver

[PATCH 2/4] drm/msm: allow compile_test on !ARM

2021-09-24 Thread Christian König
MSM is one of the few drivers which won't even compile test on !ARM platforms. Looking into this a bit more it turned out that there is actually not that much missing to at least let the driver compile on x86 as well. So this patch replaces the use of phys_to_page() with the open coded version an