[PATCH v5] drm/pl111: Initial drm/kms driver for pl111

Daniel Vetter daniel at ffwll.ch
Tue Apr 11 09:26:05 UTC 2017


On Tue, Apr 11, 2017 at 11:17 AM, Linus Walleij
<linus.walleij at linaro.org> wrote:
>> +++ b/drivers/gpu/drm/pl111/Kconfig
>> @@ -0,0 +1,12 @@
>> +config DRM_PL111
>> +       tristate "DRM Support for PL111 CLCD Controller"
>> +       depends on DRM
>> +       depends on ARM || ARM64 || COMPILE_TEST
>> +       select DRM_KMS_HELPER
>> +       select DRM_KMS_CMA_HELPER
>> +       select DRM_GEM_CMA_HELPER
>> +       select VT_HW_CONSOLE_BINDING if FRAMEBUFFER_CONSOLE
>> +       help
>> +         Choose this option for DRM support for the PL111 CLCD controller.
>> +         If M is selected the module will be called pl111_drm.
>
> I must say the driver is *really* slim and readable with all the new
> helpers from DRM, good job all who refactored the DRM support
> for simple framebuffer systems.

Mission accomplished, thanks a lot for the kudos. Also adding Noralf,
so he knows people really value his work (he's done the simple pipe
helpers used by pl111 here).
-Daniel
-- 
Daniel Vetter
Software Engineer, Intel Corporation
+41 (0) 79 365 57 48 - http://blog.ffwll.ch


More information about the dri-devel mailing list