Re: [PATCH v3 0/9] PCI/VGA: Improve the default VGA device selection

From: Sui Jingfeng
Date: Thu Jul 20 2023 - 05:30:30 EST


Hi,

On 2023/7/20 03:32, Bjorn Helgaas wrote:
drm/amdgpu: Implement the is_primary_gpu callback of
vga_client_register()
drm/radeon: Add an implement for the is_primary_gpu function callback
drm/i915: Add an implement for the is_primary_gpu hook
drm/ast: Register as a vga client to vgaarb by calling
vga_client_register()
drm/loongson: Add an implement for the is_primary_gpu function
callback
There's unnecessary variation in the subject lines (and the commit
logs) of these patches. If they all do the same thing but in
different drivers, it's useful if the patches all*look* the same.

You might be able to write these subjects as
"Implement .is_primary_gpu() callback" for brevity.


This is a very good suggestion, I will adopt this.

Thanks, really.