All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 109714] Unable to Compile R200 driver: "Options 'r200' are not allowed..."
@ 2019-02-21 11:27 bugzilla-daemon
  2019-02-21 15:30 ` bugzilla-daemon
  0 siblings, 1 reply; 2+ messages in thread
From: bugzilla-daemon @ 2019-02-21 11:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1235 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=109714

            Bug ID: 109714
           Summary: Unable to Compile R200 driver: "Options 'r200' are not
                    allowed..."
           Product: Mesa
           Version: 18.3
          Hardware: Other
                OS: Linux (All)
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Drivers/DRI/r200
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: emoriel17@yahoo.com
        QA Contact: dri-devel@lists.freedesktop.org

On Ubuntu 18.04LTS, 18.04.1LTS, and Ubuntu 18.04.2LTS, as well as Ubuntu 18.10,
and even with Oibaf's PPA for those released, the R200 driver is not included,
causing the Radeon 9000M (rv250) on my ThinkPad T42 to default to the LLVMPipe
driver.

When attempting to compile Mesa with the R200 driver, on Solus, Meson spits out
the following error: ERROR:  Options "r200" are not in allowed choices: ",
auto, kmsro, radeonsi, r300, r600, nouveau, freedreno, swrast, v3d, vc4,
etnaviv, tegra, i915, svga, virgl, swr, panfrost".

Any idea why I cannot compile the R200 driver?

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2645 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [Bug 109714] Unable to Compile R200 driver: "Options 'r200' are not allowed..."
  2019-02-21 11:27 [Bug 109714] Unable to Compile R200 driver: "Options 'r200' are not allowed..." bugzilla-daemon
@ 2019-02-21 15:30 ` bugzilla-daemon
  0 siblings, 0 replies; 2+ messages in thread
From: bugzilla-daemon @ 2019-02-21 15:30 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1311 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=109714

Adam Jackson <ajax@nwnk.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |NOTABUG
             Status|NEW                         |RESOLVED

--- Comment #1 from Adam Jackson <ajax@nwnk.net> ---
(In reply to moriel5 from comment #0)

> When attempting to compile Mesa with the R200 driver, on Solus, Meson spits
> out the following error: ERROR:  Options "r200" are not in allowed choices:
> ", auto, kmsro, radeonsi, r300, r600, nouveau, freedreno, swrast, v3d, vc4,
> etnaviv, tegra, i915, svga, virgl, swr, panfrost".

That's the list of gallium drivers. r200 is not a gallium driver, it's a
"classic" DRI driver:

datura:~/git/mesa% meson configure build | grep r200
  dri-drivers        [auto]        [, auto, i915, i965, r100, r200, nouveau,
swrast]                                                                        
    List of dri drivers to build. If this is set to auto all drivers applicable
to the target OS/architecture will be built  

You want 'meson configure build -Ddri-drivers=r200'.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2996 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-02-21 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-21 11:27 [Bug 109714] Unable to Compile R200 driver: "Options 'r200' are not allowed..." bugzilla-daemon
2019-02-21 15:30 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.