All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 61269] New: Support libkms on FreeBSD
@ 2013-02-22 11:10 bugzilla-daemon
  2013-02-22 11:11 ` [Bug 61269] " bugzilla-daemon
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-22 11:10 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 61269
          Assignee: dri-devel@lists.freedesktop.org
           Summary: Support libkms on FreeBSD
          Severity: normal
    Classification: Unclassified
                OS: FreeBSD
          Reporter: bugzilla@tecnocode.co.uk
          Hardware: All
            Status: NEW
           Version: XOrg CVS
         Component: libdrm
           Product: DRI

Created attachment 75298
  --> https://bugs.freedesktop.org/attachment.cgi?id=75298&action=edit
Fix detection of Intel-style atomic primitives on amd64 (patch by Brian Waters)

Series of 3 patches coming up which allow libdrm to be compiled with KMS
support on FreeBSD.

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

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

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

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

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

* [Bug 61269] Support libkms on FreeBSD
  2013-02-22 11:10 [Bug 61269] New: Support libkms on FreeBSD bugzilla-daemon
@ 2013-02-22 11:11 ` bugzilla-daemon
  2013-02-22 11:12 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-22 11:11 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Philip Withnall <bugzilla@tecnocode.co.uk> ---
Created attachment 75299
  --> https://bugs.freedesktop.org/attachment.cgi?id=75299&action=edit
Add support for FreeBSD’s libkms (patch by Konstantin Belousov)

Originally from: http://people.freebsd.org/~kib/drm/libdrm.2.patch

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

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

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

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

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

* [Bug 61269] Support libkms on FreeBSD
  2013-02-22 11:10 [Bug 61269] New: Support libkms on FreeBSD bugzilla-daemon
  2013-02-22 11:11 ` [Bug 61269] " bugzilla-daemon
@ 2013-02-22 11:12 ` bugzilla-daemon
  2013-02-22 12:47 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-22 11:12 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Philip Withnall <bugzilla@tecnocode.co.uk> ---
Created attachment 75300
  --> https://bugs.freedesktop.org/attachment.cgi?id=75300&action=edit
Replace strchrnul() with strchr()

strchrnul() doesn’t exist on FreeBSD, and is simple enough to replace with
strchr().

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

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

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

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

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

* [Bug 61269] Support libkms on FreeBSD
  2013-02-22 11:10 [Bug 61269] New: Support libkms on FreeBSD bugzilla-daemon
  2013-02-22 11:11 ` [Bug 61269] " bugzilla-daemon
  2013-02-22 11:12 ` bugzilla-daemon
@ 2013-02-22 12:47 ` bugzilla-daemon
  2013-09-19 11:36 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-02-22 12:47 UTC (permalink / raw)
  To: dri-devel


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

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

Niclas Zeising <zeising+freedesktop@daemonic.se> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75300|0                           |1
        is obsolete|                            |

--- Comment #3 from Niclas Zeising <zeising+freedesktop@daemonic.se> ---
Created attachment 75312
  --> https://bugs.freedesktop.org/attachment.cgi?id=75312&action=edit
Add local implementation of strchrnul()

Hi!
Attached is a different solution to the strchrnul() issue, it adds a local
implementation and a configure check to see if strchrnul() exists in libc.  If
it does exist in libc, that version will be used instead of the local version.

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

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

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

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

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

* [Bug 61269] Support libkms on FreeBSD
  2013-02-22 11:10 [Bug 61269] New: Support libkms on FreeBSD bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-02-22 12:47 ` bugzilla-daemon
@ 2013-09-19 11:36 ` bugzilla-daemon
  2014-08-06  0:38 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2013-09-19 11:36 UTC (permalink / raw)
  To: dri-devel


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

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

Christoph Egger <christoph@debian.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #75299|0                           |1
        is obsolete|                            |

--- Comment #4 from Christoph Egger <christoph@debian.org> ---
Created attachment 86138
  --> https://bugs.freedesktop.org/attachment.cgi?id=86138&action=edit
Updated "Add support for FreeBSD’s libkms (patch by Konstantin Belousov)"

Attached is an update to the libkms patch. It adds two small modifications so
it works on kfreebsd as well and refreshes against libdrm 2.46. It also adds a
small fix (len is used before it is assigned) without which it doesn't work for
me

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

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

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

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

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

* [Bug 61269] Support libkms on FreeBSD
  2013-02-22 11:10 [Bug 61269] New: Support libkms on FreeBSD bugzilla-daemon
                   ` (3 preceding siblings ...)
  2013-09-19 11:36 ` bugzilla-daemon
@ 2014-08-06  0:38 ` bugzilla-daemon
  2014-08-06  3:44 ` bugzilla-daemon
  2019-09-24 17:08 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2014-08-06  0:38 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from emaste@freebsd.org ---
What's the next step here?

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

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

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

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

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

* [Bug 61269] Support libkms on FreeBSD
  2013-02-22 11:10 [Bug 61269] New: Support libkms on FreeBSD bugzilla-daemon
                   ` (4 preceding siblings ...)
  2014-08-06  0:38 ` bugzilla-daemon
@ 2014-08-06  3:44 ` bugzilla-daemon
  2019-09-24 17:08 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2014-08-06  3:44 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Emil Velikov <emil.l.velikov@gmail.com> ---
Have either of these two made it to the mailing list [1] ? AFAIK most people do
not look for and/or expect patches in bugzilla. Please use git am to generate
both patches :)

Thanks
Emil

[1] dri-devel@lists.freedesktop.org

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

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

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

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

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

* [Bug 61269] Support libkms on FreeBSD
  2013-02-22 11:10 [Bug 61269] New: Support libkms on FreeBSD bugzilla-daemon
                   ` (5 preceding siblings ...)
  2014-08-06  3:44 ` bugzilla-daemon
@ 2019-09-24 17:08 ` bugzilla-daemon
  6 siblings, 0 replies; 8+ messages in thread
From: bugzilla-daemon @ 2019-09-24 17:08 UTC (permalink / raw)
  To: dri-devel


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

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

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

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

--- Comment #7 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/drm/issues/10.

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

[-- Attachment #1.2: Type: text/html, Size: 2362 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] 8+ messages in thread

end of thread, other threads:[~2019-09-24 17:08 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-02-22 11:10 [Bug 61269] New: Support libkms on FreeBSD bugzilla-daemon
2013-02-22 11:11 ` [Bug 61269] " bugzilla-daemon
2013-02-22 11:12 ` bugzilla-daemon
2013-02-22 12:47 ` bugzilla-daemon
2013-09-19 11:36 ` bugzilla-daemon
2014-08-06  0:38 ` bugzilla-daemon
2014-08-06  3:44 ` bugzilla-daemon
2019-09-24 17:08 ` 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.