Commit e52e4a31 authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab Committed by Alex Deucher

gpu: drm: replace occurrences of invalid character

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.
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/e606930c73029f16673849c57acac061dd923866.1621412009.git.mchehab+huawei@kernel.org
parent f7f52503
...@@ -5178,11 +5178,11 @@ typedef struct _ATOM_LEAKAGE_VOLTAGE_OBJECT_V3 ...@@ -5178,11 +5178,11 @@ typedef struct _ATOM_LEAKAGE_VOLTAGE_OBJECT_V3
typedef struct _ATOM_SVID2_VOLTAGE_OBJECT_V3 typedef struct _ATOM_SVID2_VOLTAGE_OBJECT_V3
{ {
ATOM_VOLTAGE_OBJECT_HEADER_V3 sHeader; // voltage mode = VOLTAGE_OBJ_SVID2 ATOM_VOLTAGE_OBJECT_HEADER_V3 sHeader; // voltage mode = VOLTAGE_OBJ_SVID2
// 14:7 PSI0_VID // 14:7 - PSI0_VID
// 6 PSI0_EN // 6 - PSI0_EN
// 5 PSI1 // 5 - PSI1
// 4:2 load line slope trim. // 4:2 - load line slope trim.
// 1:0 offset trim, // 1:0 - offset trim,
USHORT usLoadLine_PSI; USHORT usLoadLine_PSI;
// GPU GPIO pin Id to SVID2 regulator VRHot pin. possible value 0~31. 0 means GPIO0, 31 means GPIO31 // GPU GPIO pin Id to SVID2 regulator VRHot pin. possible value 0~31. 0 means GPIO0, 31 means GPIO31
UCHAR ucSVDGpioId; //0~31 indicate GPIO0~31 UCHAR ucSVDGpioId; //0~31 indicate GPIO0~31
......
/* SPDX-License-Identifier: MIT*/ /* SPDX-License-Identifier: MIT*/
/* /*
* Copyright 2003-2018 Intel Corporation * Copyright © 2003-2018 Intel Corporation
*/ */
#ifndef _INTEL_GPU_COMMANDS_H_ #ifndef _INTEL_GPU_COMMANDS_H_
......
/* /*
* SPDX-License-Identifier: MIT * SPDX-License-Identifier: MIT
* *
* Copyright 2008-2018 Intel Corporation * Copyright © 2008-2018 Intel Corporation
*/ */
#ifndef _I915_GPU_ERROR_H_ #ifndef _I915_GPU_ERROR_H_
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* Rickard E. (Rik) Faith <faith@valinux.com> * Rickard E. (Rik) Faith <faith@valinux.com>
* Kevin E. Martin <martin@valinux.com> * Kevin E. Martin <martin@valinux.com>
* Gareth Hughes <gareth@valinux.com> * Gareth Hughes <gareth@valinux.com>
* Michel Dzer <daenzerm@student.ethz.ch> * Michel Dänzer <daenzerm@student.ethz.ch>
*/ */
#ifndef __R128_DRV_H__ #ifndef __R128_DRV_H__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment