[Openchrome-devel] drm-openchrome: 2 commits - drivers/gpu/drm

Rafał Miłecki zajec5 at gmail.com
Wed Jul 26 05:11:00 UTC 2017


On 26 July 2017 at 05:38, Kevin Brace <kevinbrace at kemper.freedesktop.org> wrote:
> commit 369d488998e4290a258018366005cb5bcf9e5439
> Author: Kevin Brace <kevinbrace at gmx.com>
> Date:   Tue Jul 25 20:24:15 2017 -0700
>
>     Changed the DRM module name from via to openchrome
>
>     Signed-off-by: Kevin Brace <kevinbrace at gmx.com>
>
> diff --git a/drivers/gpu/drm/openchrome/Makefile b/drivers/gpu/drm/openchrome/Makefile
> index daa63d60c42..99948b62e08 100644
> --- a/drivers/gpu/drm/openchrome/Makefile
> +++ b/drivers/gpu/drm/openchrome/Makefile
> @@ -9,4 +9,4 @@ via-y    := via_drv.o via_pm.o via_i2c.o via_irq.o via_verifier.o via_ioc32.o \
>                 via_display.o via_crtc.o via_fb.o crtc_hw.o via_clocks.o \
>                 via_analog.o via_fp.o via_tmds.o via_hdmi.o
>
> -obj-$(CONFIG_DRM_VIA)  += via.o
> +obj-$(CONFIG_DRM_VIA)  += openchrome.o

Does it work without changing via-y to the openchrome-y? Did you test this?


More information about the Openchrome-devel mailing list