profile/ivi/libdrm.git
2007-05-05 Jakob BornecrantzCleaned up userspace interface for modesetting.
2007-05-01 Dave Airliecleanup usermodes on drm mode setting shutdown
2007-05-01 Dave AirlieAdd support for user defined modes
2007-05-01 Dave Airliefix unusued variable
2007-04-26 Dave AirlieMerge branch 'origin' into modesetting-101
2007-04-26 Dave Airliei915: fix vblank pipe setup
2007-04-25 BrianMore detailed instructions, tips.
2007-04-23 Stephane Marchesinnouveau: fix wacky pci id
2007-04-23 Dave Airliedrm: make mode numbers no change by comparing probed...
2007-04-22 Dave Airliefixup vrefresh reporting, it should now be *1000 in...
2007-04-21 Jesse BarnesOops, edid data should just be a char *, as edid.h...
2007-04-21 Jesse BarnesAdd a monitor information structure separate from the...
2007-04-21 Jesse BarnesDocument drm_modes.c functions.
2007-04-20 Jesse BarnesAdd a mode name generation wrapper to make name format...
2007-04-20 Kristian HøgsbergInitialize rwlock using rwlock_init to appease lockdep...
2007-04-20 Kristian HøgsbergInitialize rwlock using rwlock_init to appease lockdep...
2007-04-20 Kristian HøgsbergClean up and return if no outputs are found.
2007-04-20 Thomas HellstromAvoid a fence timeout problem when a signal is pending.
2007-04-20 Thomas HellstromFix via compile error
2007-04-18 Dave Airliebackout SDVO control bus check and comment why this...
2007-04-18 Jesse BarnesDocument main drm_crtc.c functions, and rename drm_crtc...
2007-04-18 Thomas HellstromSimplify the ttm backend interface and the agp ttm...
2007-04-18 Alan HourihaneShouldn't free the mode here. It's done later on.
2007-04-18 Alan HourihaneFix return status
2007-04-18 Alan HourihaneFix build problem
2007-04-18 Alan Hourihanefree the duplicated mode.
2007-04-18 Alan HourihaneWhen no valid EDID modes are available, we bail.
2007-04-18 Alan HourihaneMerge remote branch 'origin/modesetting-101' into modes...
2007-04-18 Alan HourihaneSupport the RGB outputs of SDVO cards, which are essent...
2007-04-18 Alan HourihaneCheck status after SDVO command for sdvo_set_control_bu...
2007-04-18 Alan HourihaneMove SDVO PENDING check to read_response so all SDVO...
2007-04-18 Dave Airliemake sure TMDS gets a crtc
2007-04-18 Dave AirlieMerge branch 'origin' into modesetting-101
2007-04-18 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-04-18 Jesse BarnesJust use drm_output_destroy to cleanup LVDS failures...
2007-04-18 Dave Airliedon't crash if no desired mode
2007-04-18 Dave Airliebackout alanh's broken commit
2007-04-18 David Airlieclean up ring buffer and TTM in i915_driver_unload
2007-04-18 Jesse BarnesAdd framebuffer bo freeing to drm_mode_config_cleanup...
2007-04-17 Jakob BornecrantzLvds now power up backlight on commit
2007-04-17 Jesse BarnesMerge branch 'modesetting-101' of git+ssh://git.freedes...
2007-04-17 Jesse BarnesMove initial framebuffer allocation and configuration...
2007-04-17 Jesse BarnesCleanup whitespace, rename macro argument.
2007-04-17 Jesse BarnesAdd prototypes for drm_bo_init_mm and drm_buffer_object...
2007-04-17 Alan HourihaneFix a register read that was swapped SDVOB/SDVOC
2007-04-17 Alan HourihaneFix SDVO outputs
2007-04-17 Alan HourihaneCorrect PCI ID for i845
2007-04-17 Thomas HellstromDon't always free up memory space when we unpin buffers.
2007-04-17 Thomas HellstromFix buffer object reference problems.
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-17 Thomas Hellstromvia: Make sure we flush write-combining using a follow...
2007-04-17 Thomas HellstromAdd a code comment.
2007-04-16 Jakob BornecrantzFix offset should from pci device address
2007-04-16 Thomas HellstromRequire the hardware lock for buffer creation
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
next