[SeaBIOS] [PATCH v3 0/3] atiext: Convert tables to C and fixes for radeon

Chad Jablonski posted 3 patches 2 weeks, 3 days ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/seabios tags/patchew/20260728174243.1644268-1-chad@jablonski.xyz
vgasrc/ati-tables.S | 43 ----------------------------
vgasrc/atiext.c     | 68 +++++++++++++++++++++++++++++++++++++++++++++
vgasrc/vgaentry.S   |  6 +++-
3 files changed, 73 insertions(+), 44 deletions(-)
delete mode 100644 vgasrc/ati-tables.S
[SeaBIOS] [PATCH v3 0/3] atiext: Convert tables to C and fixes for radeon
Posted by Chad Jablonski 2 weeks, 3 days ago
Changes from v2:
- Remove mention of unrelated in-flight QEMU patch
- Split size and ddc type fixes into separate patches
- Add QEMU cmd for testing

Changes from v1:
- Convert tables to C (Kevin O'Connor)
- Use actual header size for size field via sizeof

Chad Jablonski (2):
  atiext: Add size to bios table for radeon Linux driver (KMS)
  atiext: Add DDC type to tables for radeon Linux driver (KMS)

Kevin O'Connor (1):
  atiext: Implement ATI tables in atiext.c

 vgasrc/ati-tables.S | 43 ----------------------------
 vgasrc/atiext.c     | 68 +++++++++++++++++++++++++++++++++++++++++++++
 vgasrc/vgaentry.S   |  6 +++-
 3 files changed, 73 insertions(+), 44 deletions(-)
 delete mode 100644 vgasrc/ati-tables.S

-- 
2.54.0

_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v3 0/3] atiext: Convert tables to C and fixes for radeon
Posted by Kevin O'Connor via SeaBIOS 2 weeks ago
On Tue, Jul 28, 2026 at 01:42:40PM -0400, Chad Jablonski wrote:
> Changes from v2:
> - Remove mention of unrelated in-flight QEMU patch
> - Split size and ddc type fixes into separate patches
> - Add QEMU cmd for testing
> 
> Changes from v1:
> - Convert tables to C (Kevin O'Connor)
> - Use actual header size for size field via sizeof
> 
> Chad Jablonski (2):
>   atiext: Add size to bios table for radeon Linux driver (KMS)
>   atiext: Add DDC type to tables for radeon Linux driver (KMS)
> 
> Kevin O'Connor (1):
>   atiext: Implement ATI tables in atiext.c

Thanks.  I committed this series.

During commit, I also fixed up some minor errors to vgaentry.S that I
introduced in my earlier "Implement ATI tables in atiext.c" patch.

-Kevin

_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v3 0/3] atiext: Convert tables to C and fixes for radeon
Posted by Chad Jablonski 2 weeks ago
> Acked-by: Gerd Hoffmann <kraxel@redhat.com>

>
> Thanks.  I committed this series.
>
> During commit, I also fixed up some minor errors to vgaentry.S that I
> introduced in my earlier "Implement ATI tables in atiext.c" patch.
>
> -Kevin

Thank you both!
_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v3 0/3] atiext: Convert tables to C and fixes for radeon
Posted by Gerd Hoffmann via SeaBIOS 2 weeks, 3 days ago
On Tue, Jul 28, 2026 at 01:42:40PM -0400, Chad Jablonski wrote:
> Changes from v2:
> - Remove mention of unrelated in-flight QEMU patch
> - Split size and ddc type fixes into separate patches
> - Add QEMU cmd for testing
> 
> Changes from v1:
> - Convert tables to C (Kevin O'Connor)
> - Use actual header size for size field via sizeof
> 
> Chad Jablonski (2):
>   atiext: Add size to bios table for radeon Linux driver (KMS)
>   atiext: Add DDC type to tables for radeon Linux driver (KMS)
> 
> Kevin O'Connor (1):
>   atiext: Implement ATI tables in atiext.c

Acked-by: Gerd Hoffmann <kraxel@redhat.com>

_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org
[SeaBIOS] Re: [PATCH v3 0/3] atiext: Convert tables to C and fixes for radeon
Posted by Kevin O'Connor via SeaBIOS 2 weeks, 3 days ago
On Tue, Jul 28, 2026 at 01:42:40PM -0400, Chad Jablonski wrote:
> Changes from v2:
> - Remove mention of unrelated in-flight QEMU patch
> - Split size and ddc type fixes into separate patches
> - Add QEMU cmd for testing
> 
> Changes from v1:
> - Convert tables to C (Kevin O'Connor)
> - Use actual header size for size field via sizeof

Thanks.  It seems fine to me.

Cheers,
-Kevin

_______________________________________________
SeaBIOS mailing list -- seabios@seabios.org
To unsubscribe send an email to seabios-leave@seabios.org