All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 18154] libdrm support for addressing >32 bits on 32 bit cores
       [not found] <bug-18154-502@http.bugs.freedesktop.org/>
@ 2014-08-06  9:56 ` bugzilla-daemon
  2014-08-06  9:58 ` [Bug 18154] DRM " bugzilla-daemon
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-06  9:56 UTC (permalink / raw)
  To: dri-devel


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

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

Andrej Krutak <andree@andree.sk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|XOrg CVS                    |unspecified
          Component|libdrm                      |DRM/other

--- Comment #1 from Andrej Krutak <andree@andree.sk> ---
This is a problem in the drm/ttm code, not libdri.

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

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

* [Bug 18154] DRM support for addressing >32 bits on 32 bit cores
       [not found] <bug-18154-502@http.bugs.freedesktop.org/>
  2014-08-06  9:56 ` [Bug 18154] libdrm support for addressing >32 bits on 32 bit cores bugzilla-daemon
@ 2014-08-06  9:58 ` bugzilla-daemon
  2014-08-06  9:59 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-06  9:58 UTC (permalink / raw)
  To: dri-devel


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

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

Andrej Krutak <andree@andree.sk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|libdrm support for          |DRM support for addressing
                   |addressing >32 bits on 32   |>32 bits on 32 bit cores
                   |bit cores                   |

--- Comment #2 from Andrej Krutak <andree@andree.sk> ---
I'm attaching a patch that resolves this problem at least with p3041 board +
radeon card, where I saw similar problem (the mmio base being truncated). The
issue was too small type of ttm_bus_placement.base. Also, the debug prints at
the beginning only print 32 bits of the values (even if they are 64 bit).

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

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

* [Bug 18154] DRM support for addressing >32 bits on 32 bit cores
       [not found] <bug-18154-502@http.bugs.freedesktop.org/>
  2014-08-06  9:56 ` [Bug 18154] libdrm support for addressing >32 bits on 32 bit cores bugzilla-daemon
  2014-08-06  9:58 ` [Bug 18154] DRM " bugzilla-daemon
@ 2014-08-06  9:59 ` bugzilla-daemon
  2014-08-07  6:13 ` bugzilla-daemon
  2019-10-14 13:20 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-06  9:59 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Andrej Krutak <andree@andree.sk> ---
Created attachment 104143
  --> https://bugs.freedesktop.org/attachment.cgi?id=104143&action=edit
Fix ttm_bus_placement.base type to accomodate >32 bit physical addresses

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

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

* [Bug 18154] DRM support for addressing >32 bits on 32 bit cores
       [not found] <bug-18154-502@http.bugs.freedesktop.org/>
                   ` (2 preceding siblings ...)
  2014-08-06  9:59 ` bugzilla-daemon
@ 2014-08-07  6:13 ` bugzilla-daemon
  2019-10-14 13:20 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2014-08-07  6:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #4 from Michel Dänzer <michel@daenzer.net> ---
(In reply to comment #3)
> Created attachment 104143 [details] [review]
> Fix ttm_bus_placement.base type to accomodate >32 bit physical addresses

You should probably split up the TTM and radeon changes into separate patches.
Then, please submit them to the dri-devel mailing list directly.

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

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

* [Bug 18154] DRM support for addressing >32 bits on 32 bit cores
       [not found] <bug-18154-502@http.bugs.freedesktop.org/>
                   ` (3 preceding siblings ...)
  2014-08-07  6:13 ` bugzilla-daemon
@ 2019-10-14 13:20 ` bugzilla-daemon
  4 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2019-10-14 13:20 UTC (permalink / raw)
  To: dri-devel


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

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

Martin Peres <martin.peres@free.fr> changed:

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

--- Comment #5 from Martin Peres <martin.peres@free.fr> ---
Hi,

Freedesktop's Bugzilla instance is EOLed and open bugs are about to be migrated
to http://gitlab.freedesktop.org.

To avoid migrating out of date bugs, I am now closing all the bugs that did not
see any activity in the past year. If the issue is still happening, please
create a new bug in the relevant project at https://gitlab.freedesktop.org/drm
(use misc by default).

Sorry about the noise!

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

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

end of thread, other threads:[~2019-10-14 13:20 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-18154-502@http.bugs.freedesktop.org/>
2014-08-06  9:56 ` [Bug 18154] libdrm support for addressing >32 bits on 32 bit cores bugzilla-daemon
2014-08-06  9:58 ` [Bug 18154] DRM " bugzilla-daemon
2014-08-06  9:59 ` bugzilla-daemon
2014-08-07  6:13 ` bugzilla-daemon
2019-10-14 13:20 ` 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.