platform/upstream/libdrm.git
2007-04-17 Alan HourihaneCorrect PCI ID for i845
2007-04-17 Dave AirlieI don't think this dec is necessary and my stuff all...
2007-04-17 Dave Airlieadd some missing export symbols
2007-04-17 Dave Airlieanother large overhaul of interactions with userspace...
2007-04-16 Jakob BornecrantzFix offset should from pci device address
2007-04-14 Jesse BarnesUse drm_mem_reg_ioremap to map buffer object.
2007-04-14 Jesse BarnesFix PRIV0 memory initialization (mm_init takes pages...
2007-04-13 Jakob BornecrantzAdded debug messages so we know which output we are...
2007-04-13 David Airliei915/drm: clean up a lot of the i915/drm startup/teardo...
2007-04-13 David Airlieexport drm_bo_driver_finish symbol
2007-04-13 David Airlierevert LVDS destroy - this oops on sysfs on sdvo init...
2007-04-13 Jesse BarnesMove driver load call to after AGP init, in case the...
2007-04-12 Jesse BarnesOops, forgot to push the msleep() in the hotplug test...
2007-04-12 Jesse BarnesUse crtc_from_pipe call in intel_lvds.c and add get_mod...
2007-04-12 Jesse BarnesAdd new function for getting a CRTC pointer given a...
2007-04-12 Jesse BarnesFix 945+ hotplug detection, remove some unused variables.
2007-04-12 Jesse BarnesDon't need a NULL check prior to calling kfree.
2007-04-12 Jesse BarnesInitialize the hw lock waitqueue so we don't hang in...
2007-04-12 Jesse BarnesDon't use drm_setup, do SAREA allocation and mapping...
2007-04-12 Jesse BarnesMove i2c init back to where it belongs and add i2c...
2007-04-12 Jesse BarnesWhitespace cleanup
2007-04-12 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-04-12 Jesse BarnesRevert "Export drm_setup for use by new driver init...
2007-04-12 Alan HourihaneUse drm_framebuffer instead of drm_crtc for fb & fbt
2007-04-12 Alan HourihaneRemove extraneous drm_crtc.h include
2007-04-12 Alan HourihaneMerge remote branch 'origin/modesetting-101' into modes...
2007-04-12 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-04-12 Jesse BarnesRemove debug statement about buffer objects
2007-04-12 Dave Airlieuse FB everywhere
2007-04-12 Dave Airliecleanup framebuffers on drm unload
2007-04-12 Dave Airlieonly initialise modes when fbcon or fbset asks for it
2007-04-12 Dave Airlieset bracing style like Linux
2007-04-12 Dave Airliefix unbalanced lock and make sure mode list has modes...
2007-04-11 Dave Airlieallow framebuffer changes on the crtc setup
2007-04-11 Dave Airlieadd getfb ioctl
2007-04-11 Jesse BarnesUse new kernel buffer object type and cleanup agp probing.
2007-04-11 Jesse BarnesAdd new buffer object type for kernel allocations that...
2007-04-11 Jesse BarnesAdd aperture size and preallocation probing (from intel...
2007-04-11 Jesse BarnesFix i2c unregistration, cleanup panel_fixed_mode assign...
2007-04-11 Jesse BarnesWhitespace cleanups.
2007-04-11 Jesse BarnesFix EDID pixel clock calculation.
2007-04-11 Jesse Barnesfix modeset cleanup for LVDS and reenable it in i915.
2007-04-11 Jesse Barnesexport vblank routine for use by intel_display.c and...
2007-04-11 Jesse BarnesFixup DDC probing. We only have one DDC bus so we...
2007-04-11 Jesse BarnesVarious changes for in-kernel modesetting:
2007-04-11 David Airlieline_length calculation was incorrect.. I now can get...
2007-04-11 David Airlieoops for 32 pitch.. hey I can see stuff on fbcon now...
2007-04-11 David Airliefixup framebuffer depth
2007-04-11 David Airlieadd support for setting a framebuffer depth
2007-04-11 Dave Airlieadd copyright statement
2007-04-11 Dave Airlieadd initial drm_fb framebuffer
2007-04-11 Dave Airliecomment out unworkable code
2007-04-11 Dave Airlieonly init at driver load
2007-04-11 Dave Airlieonly bo finish at driver unload
2007-04-11 Dave Airlieuse the baseaddr at least
2007-04-11 rootRevert "Remove some delays from Intel i2c code, we...
2007-04-11 David Airlieadd an fb count + id get to the get resources code...
2007-04-11 David Airlieuse fb pitch and fix up some whitespace
2007-04-11 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-04-10 David Airliefixup calculation to make sdvo work
2007-04-10 Matthieu Castetnouveau: nv10 per channel init from ddx
2007-04-10 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-04-10 Jesse BarnesExport drm_setup for use by new driver init code.
2007-04-10 Jesse BarnesMove i915 init code to new file, i915_init.c, and creat...
2007-04-10 Jesse BarnesAdd save/restore state for LVDS code, along with a...
2007-04-10 Jesse BarnesRemove some debug #if 0 codes and add a reminder to...
2007-04-10 Jesse BarnesRemove some delays from Intel i2c code, we'll need...
2007-04-10 Jesse BarnesFinish bringing in LVDS code, re-add to Makefile. ...
2007-04-10 David Airlieadd sdvo debugging output
2007-04-10 David Airliefixup sarea writes for set pipe base and dpms
2007-04-10 David Airliefixup true/false in intel_sdvo.c
2007-04-10 David Airliere-tab and fixup the i915GM get core clock function...
2007-04-10 David Airlieexport output name to userspace
2007-04-10 David Airlieset the base address of the CRTC correctly
2007-04-10 David Airliefixup numerous issues with adding framebuffer support
2007-04-10 Jesse BarnesSlam in most of X.Org's i830_lvds (not quite done yet...
2007-04-10 David Airliemode: fixup problems with framebuffer add function
2007-04-10 Dave Airliemake crtc_config be named mode_config
2007-04-10 Jakob Bornecrantzadd addfb/rmfb ioctls
2007-04-09 Oliver McFaddenrs480: Renamed some unknown registers. See dri-devel...
2007-04-09 Jesse BarnesFix refresh calculation (mistakenly removed 1000 factor...
2007-04-09 Ben Skeggsnouveau: NV46 support
2007-04-09 Dave Airlieradeon: bump version for IGPGART support
2007-04-09 Dave Airlieradeon: add support for reverse engineered xpress200m
2007-04-08 Jesse Barnesremove a printk to make things less verbose
2007-04-08 Jesse Barnesjust codingstyle cleanups
2007-04-08 Jesse Barnesdocument drm_mode_duplicate and fix vrefresh calculatio...
2007-04-08 Jesse Barnesvarious cleanups to EDID code:
2007-04-08 Jesse Barnesmake drmP.h include drm_crtc.h for CRTC related stuff.
2007-04-06 Dave Airliefixup install target, not sure what I was smokin...
2007-04-06 Dave Airliei915: use breadcrumb macro everywhere
2007-04-05 Eric AnholtAdd required permission notices for code copied from...
2007-04-05 Ben Skeggsnouveau: make a note about a bit that breaks some cards
2007-04-05 Ben Skeggsnouveau: Power up all card units by default on startup.
2007-04-05 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-04-05 Jesse BarnesAdd copyrights before I forget
2007-04-05 Dave Airlieadd back compat for bool
2007-04-05 Dave Airliecheckpoint commit: implement SetCrtc so modes can in...
2007-04-05 Dave Airliecheckpoint commit: added getresources, crtc and output
2007-04-05 Dave Airlieinitial userspace interface to get modes
next