Trying to access the Expansion ROM of a video card

2021-10-19 Thread Riza Dindir
he pci card. Anyone has an idea? How should I read the "expansion rom" of a PCI card? Best Regards, Riza Dindir

Questions about kernel driver for Radeon r7 m265

2021-10-16 Thread Riza Dindir
this be the appropriate list to ask? Regards, Riza Dindir

Re: Trying to access the Expansion ROM of a video card

2021-10-24 Thread Riza Dindir
Hello Matthew, On Sat, Oct 23, 2021 at 7:44 PM matthew green wrote: > > > > a full dmesg might also be useful -- might help identify what > > > else has mapped this. (perhaps vga@something.) > > > > Tha is probably I did not hava a bus_space_unmap in my code. And since > > the system finds two

Re: Trying to access the Expansion ROM of a video card

2021-10-22 Thread Riza Dindir
Hello Michael, On Thu, Oct 21, 2021, 19:55 Michael wrote: > Hello, > > On Wed, 20 Oct 2021 08:26:25 +0000 > Riza Dindir wrote: > > > I am using NetBSD 9.2 (amd64). I have a laptop that has a radeon r7 > > m265 video card (vendor 0x1002, product 0x6604). The sy

Radeon R7

2021-12-06 Thread Riza Dindir
Hello, I have been trying to make my radeon graphics devices work on NetBSD 9.2. Because the brightness can not be adjusted with the GOP driver. My system has 2 radeon devices. One is the Kaveri R7 Graphics (0x1002/0x1309) and the other is the OpalXT R7 M265 (0x1002/0x6604). And the system is

Re: kaveri_mec2.bin file missing

2021-11-20 Thread Riza Dindir
Thanks, I will copy both files to "src/sys/dev/microcode/radeon/" on my system. Although "kaveri_mec.bin". Regards Riza On Sun, Nov 21, 2021 at 12:29 AM matthew green wrote: > > Riza Dindir writes: > > Hello > > > > I am using NetBSD 9.2 (amd6

Re: kaveri_mec2.bin file missing

2021-11-21 Thread Riza Dindir
Am I missing something? On Sun, Nov 21, 2021 at 9:20 AM Riza Dindir wrote: > > Thanks, I will copy both files to "src/sys/dev/microcode/radeon/" on > my system. Although "kaveri_mec.bin". > > Regards > Riza > > On Sun, Nov 21, 2021 at 12:29 AM matthew gre

Re: kaveri_mec2.bin file missing

2021-11-23 Thread Riza Dindir
y ideas on why CONFIG_ACPI is not defined in radeon? (Maybe this is not the correct place to ask this question). If I were to submit patches, how can I submit these, where? Best Regards, Riza Dindir On Sun, Nov 21, 2021 at 2:40 PM Riza Dindir wrote: > > Hello, > > Here is what I try to

Re: Trying to access the Expansion ROM of a video card

2021-11-12 Thread Riza Dindir
e and acpi_get_table in order to use these, but could not find the headers that have these. But could not find these. Is there documentation on how to read these tables from the ACPI system? Regards, Riza On Fri, Nov 5, 2021 at 2:56 AM Riza Dindir wrote: > > Hello All, > > As you k

ACPI API

2021-11-13 Thread Riza Dindir
Hello I am trying to use some of the ACPI tables inside a kernel driver. Is there any documentation on the ACPI API? I would appreciate any help, or pointer to any documentation. Thanks in advance. Regards, Riza

Re: kaveri_mec2.bin file missing

2021-11-26 Thread Riza Dindir
Hello Sorry for the late reply. It landed in spam for some reason. I apologize. On Sun, Nov 21, 2021 at 5:54 PM Robert Swindells wrote: > > > Riza Dindir wrote: > >I have put the two files listed above (by RVP) to the > >"src/sys/dev/microcode/radeon/&

Re: Graphics driver and CONFIG_ACPI

2021-11-26 Thread Riza Dindir
Hello, On Fri, Nov 26, 2021 at 11:09 AM Taylor R Campbell wrote: > > > Date: Fri, 26 Nov 2021 05:19:57 + > > From: Riza Dindir > > > > I do not know where to define CONFIG_ACPI. It is not being defined (as > > it seems) for radeon, but for the i915 device it

Re: kaveri_mec2.bin file missing

2021-11-26 Thread Riza Dindir
Hello On Thu, Nov 25, 2021 at 8:22 PM matthew green wrote: > > Riza Dindir writes: > > Hello All, > > > > Finally... I was able to enable and use my Kaveri device > > (0x1002/0x1309), at the end. It is using the external monitor and is > > using the correct 14

Graphics driver and CONFIG_ACPI

2021-11-19 Thread Riza Dindir
Hello, I am trying to make the radeonr7 m265 display device to work on NetBSD 9.2 (amd64). In the radeon_bios.c file there is a definition used, named CONFIG_ACPI. Some functions are using this definition. I want to enable this. Where can I do this? In the configuration file (GENERIC for

kaveri_mec2.bin file missing

2021-11-20 Thread Riza Dindir
Hello I am using NetBSD 9.2 (amd64). Am trying to make the radeon driver work. In the file "sys/external/bsd/drm2/dist/drm/radeon/radeon_cik.c", there is a reference to a kaveri_mec2.bin file. But this file is not present in the "src/sys/dev/microcode/radeon/" directory. Is it possible to

Re: Graphics driver and CONFIG_ACPI

2021-11-25 Thread Riza Dindir
, for radeon? Would appreciate any help you can provide. Thanks in advance. Regards, Riza On Sat, Nov 20, 2021 at 6:00 AM Riza Dindir wrote: > > Hello, > > I am trying to make the radeonr7 m265 display device to work on NetBSD > 9.2 (amd64). In the radeon_bios.c file there is a

Re: Trying to access the Expansion ROM of a video card

2021-10-23 Thread Riza Dindir
Hello Matthew On Sat, Oct 23, 2021 at 4:11 AM matthew green wrote: > > > I am using NetBSD 9.2 (amd64). I have a laptop that has a radeon r7 > > m265 video card (vendor 0x1002, product 0x6604). The system does not > > recognize this card. It fails with this message: > > are you booting uefi or

Re: Trying to access the Expansion ROM of a video card

2021-11-04 Thread Riza Dindir
n ROM might be found? Whereelse might I look? Since I am using UEFI, can this ROM be located in the UEFI boot directories somewhere? Any pointers, any information or any ideas would be appreciated. Thanks in advance. Best Regards, Riza Dindir