Re: drm - first steps towards 64-bit correctness..

From: Eric Anholt (eta_at_lclark.edu)
Date: 07/31/04

  • Next message: Jeff Garzik: "Re: PATCH: VLAN support for 3c59x/3c90x"
    To: Dave Airlie <airlied@linux.ie>
    Date:	Sat, 31 Jul 2004 02:32:25 -0700
    
    

    On Sat, 2004-07-31 at 02:13, Dave Airlie wrote:
    > Hi,
    > As a first step towards sorting getting the DRM into shape for
    > proper use on 32/64-bit systems, I'd like to sort out all the type
    > definitions in drivers/char/drm/drm.h, this file is also included in
    > userspace and BSD builds...
    >
    > After reading the thread "32/64bit issues in ioctl struct passing" on
    > dri-devel, I'm still not 100% sure what we need to do, I just know we to
    > do something sooner rather than later!! we are getting more and more
    > 32/64-bit users everyday....
    > While avoiding breakage of current users is "a good thing" I'm not sure it
    > overrides "getting it right", at the moment mixed 32/64-bit is broken for
    > most cards anyways... I'd like to try and not break pure-32 or pure-64 bit
    > setups alright but I think pure-64 bit might take some collateral damage
    > :-(..
    >
    > I've looked across the SuSE patch[1] for 64-bit, but it looks like it will
    > add complexity and making future maintenance nightmareish...
    >
    > We do need to sort this out ASAP, and I also would like to say I'm
    > probably not the best person to do the work, I've no non-32bit hardware to
    > test this stuff on, I've little 32/64 mixed environment experience,
    > everytime I think I've grasped the issues I dig a bit further :-), though
    > I also believe this is the single biggest issue with the DRM currently (as
    > the maintainer..)

    I've got a 64-bit cleanliness patch for SiS that I'd like to either get
    someone else to review (preferable) or find time to re-read myself. I
    replace the memory management code that existed with much less code
    (using bsd queue macros that I'm more familiar with).

    Once the flames die down in X.Org I'll isolate the diff from my very
    dirty local drm tree and post it again.

    I'm hoping that most of the general DRM fixes will be replacing longs
    with fixed-size types that are the same on x86, but I haven't looked at
    Egbert's diffs yet, unfortunately. As long as you don't use the linux-y
    "u32"-type types, BSD should be happy with the changes.

    -- 
    Eric Anholt                                eta@lclark.edu          
    http://people.freebsd.org/~anholt/         anholt@FreeBSD.org
    -
    To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
    the body of a message to majordomo@vger.kernel.org
    More majordomo info at  http://vger.kernel.org/majordomo-info.html
    Please read the FAQ at  http://www.tux.org/lkml/
    

  • Next message: Jeff Garzik: "Re: PATCH: VLAN support for 3c59x/3c90x"

    Relevant Pages

    • Re: [PATCH] drm: remove drm_calloc()
      ... The DRM has wrappers for these function due to it being used on other ... OS'es (BSD mainly) ... send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: New proposed DRM interface design
      ... > friendly/development fork off the existing DRM, things might go a little smoother. ... Linux kernel tree/development process. ... Linux it is probably true for BSD too. ... patches don't bother Linux since the BSD license is upwardly ...
      (Linux-Kernel)
    • Re: New proposed DRM interface design
      ... BSD developers need to keep an eye on DRM and make sure it doesn't get ... I'm also not proposing to shut BSD out of the DRM code base. ... Linux is GPL so half of this merge code base ...
      (Linux-Kernel)
    • Re: New proposed DRM interface design
      ... Yes I am using DRM on ... >> abstracted again so that it wouldn't break on BSD. ... > small number since we get close to zero complaints about BSD even ... Nobody actively uses DRI ...
      (Linux-Kernel)
    • Re: That nice Sony company
      ... are so many gurus out there, the DRM stuff will be cracked and disabled very quickly ... BSD has a different license that lets vendors do pretty much what they want with the software, in particular, hide their own code mods. ...
      (sci.electronics.design)