2020-08-03 00:45:14

by Tian Tao

[permalink] [raw]
Subject: [PATCH drm/hisilicon v2 0/3] hibmc clean up and code refactoring

patch #1 and #3 is clean up, patch #2 is for code refactoring

Changes since v1:
- Rewrite the commits messages and patch name in #1
- Rewrite the commits message in #2.
- Add the new patch #3

Tian Tao (3):
drm/hisilicon: Remove the unused include statements
drm/hisilicon: Code refactoring for hibmc_drv_de
drm/hisilicon: Rename variables to represent the correct meaning

drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 58 ++++++------------------
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 5 --
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h | 2 +
drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 2 -
4 files changed, 15 insertions(+), 52 deletions(-)

--
2.7.4


2020-08-12 07:08:12

by Thomas Zimmermann

[permalink] [raw]
Subject: Re: [PATCH drm/hisilicon v2 0/3] hibmc clean up and code refactoring

Hi

Am 03.08.20 um 02:38 schrieb Tian Tao:
> patch #1 and #3 is clean up, patch #2 is for code refactoring

Sorry for all my reviews taking so long. Please merge patch #3 into
patch #2 and then the series is

Reviewed-by: Thomas Zimmermann <[email protected]>

I noticed that hibmc use DRM_ERROR in several places. A good follow-up
patchset would be the conversion to drm_info/drm_warn/drm_error/etc.

Best regards
Thomas

>
> Changes since v1:
> - Rewrite the commits messages and patch name in #1
> - Rewrite the commits message in #2.
> - Add the new patch #3
>
> Tian Tao (3):
> drm/hisilicon: Remove the unused include statements
> drm/hisilicon: Code refactoring for hibmc_drv_de
> drm/hisilicon: Rename variables to represent the correct meaning
>
> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 58 ++++++------------------
> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 5 --
> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h | 2 +
> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 2 -
> 4 files changed, 15 insertions(+), 52 deletions(-)
>

--
Thomas Zimmermann
Graphics Driver Developer
SUSE Software Solutions Germany GmbH
Maxfeldstr. 5, 90409 Nürnberg, Germany
(HRB 36809, AG Nürnberg)
Geschäftsführer: Felix Imendörffer


Attachments:
signature.asc (527.00 B)
OpenPGP digital signature

2020-08-12 07:14:02

by tiantao (H)

[permalink] [raw]
Subject: Re: [PATCH drm/hisilicon v2 0/3] hibmc clean up and code refactoring



在 2020/8/12 15:04, Thomas Zimmermann 写道:
> Hi
>
> Am 03.08.20 um 02:38 schrieb Tian Tao:
>> patch #1 and #3 is clean up, patch #2 is for code refactoring
>
> Sorry for all my reviews taking so long. Please merge patch #3 into
> patch #2 and then the series is
>
thanks,I will send v3 to fix this.
> Reviewed-by: Thomas Zimmermann <[email protected]>
>
> I noticed that hibmc use DRM_ERROR in several places. A good follow-up
> patchset would be the conversion to drm_info/drm_warn/drm_error/etc.
>
I will send another patchset to fix this.
> Best regards
> Thomas
>
>>
>> Changes since v1:
>> - Rewrite the commits messages and patch name in #1
>> - Rewrite the commits message in #2.
>> - Add the new patch #3
>>
>> Tian Tao (3):
>> drm/hisilicon: Remove the unused include statements
>> drm/hisilicon: Code refactoring for hibmc_drv_de
>> drm/hisilicon: Rename variables to represent the correct meaning
>>
>> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_de.c | 58 ++++++------------------
>> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.c | 5 --
>> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_drv.h | 2 +
>> drivers/gpu/drm/hisilicon/hibmc/hibmc_drm_vdac.c | 2 -
>> 4 files changed, 15 insertions(+), 52 deletions(-)
>>
>