[PATCH 1/3] gpu: drm: replace occurrences of invalid character

Alex Deucher alexdeucher at gmail.com
Wed May 19 16:40:19 UTC 2021


Pushed out to drm-misc-next.  Also fixed up Michel's name.

Alex

On Wed, May 19, 2021 at 11:56 AM Randy Dunlap <rdunlap at infradead.org> wrote:
>
> On 5/19/21 1:15 AM, Mauro Carvalho Chehab wrote:
> > There are some places at drm that ended receiving a
> > REPLACEMENT CHARACTER U+fffd ('�'), probably because of
> > some bad charset conversion.
> >
> > Fix them by using what it seems       to be the proper
> > character.
> >
> > Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei at kernel.org>
>
> Acked-by: Randy Dunlap <rdunlap at infradead.org>
>
> Thanks.
>
> > ---
> >  drivers/gpu/drm/amd/include/atombios.h       | 10 +++++-----
> >  drivers/gpu/drm/i915/gt/intel_gpu_commands.h |  2 +-
> >  drivers/gpu/drm/i915/i915_gpu_error.h        |  2 +-
> >  drivers/gpu/drm/r128/r128_drv.h              |  2 +-
> >  4 files changed, 8 insertions(+), 8 deletions(-)
> >
>
> --
> ~Randy
>


More information about the amd-gfx mailing list