summaryrefslogtreecommitdiff
path: root/linux-core/drm_fb.c
AgeCommit message (Expand)Author
2008-06-02drm: add functions to get/set gamma rampsDave Airlie
2007-05-18Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes
2007-05-18Add locking. The main lock is dev->mode_config.config_lock. It should beJesse Barnes
2007-05-18Move fbo creation to the specified fb driver which givesAlan Hourihane
2007-05-17Set crtcinfo on temporary modeAlan Hourihane
2007-05-17Merge branch 'modesetting-101' of git+ssh://git.freedesktop.org/git/mesa/drm ...Jesse Barnes
2007-05-17Grab the default mode if the preferred mode isn't available.Alan Hourihane
2007-05-17Fix FB pitch value (we had it wrong and were working around it in a fewJesse Barnes
2007-05-17Fix build problemAlan Hourihane
2007-05-17Large changes for fbdev support.root
2007-05-10Just some minor cleanups.Alan Hourihane
2007-04-17another large overhaul of interactions with userspace...Dave Airlie
2007-04-14Use drm_mem_reg_ioremap to map buffer object.Jesse Barnes
2007-04-12only initialise modes when fbcon or fbset asks for itDave Airlie
2007-04-11line_length calculation was incorrect.. I now can get fbcon to runDavid Airlie
2007-04-11oops for 32 pitch.. hey I can see stuff on fbcon now.. it looks like text.. j...David Airlie
2007-04-11fixup framebuffer depthDavid Airlie
2007-04-11add copyright statementDave Airlie
2007-04-11add initial drm_fb framebufferDave Airlie