profile/ivi/libdrm.git
2008-06-11 Jesse BarnesMerge commit 'origin/drm-gem' into modesetting-gem
2008-06-09 Jesse BarnesAdd EDID quirk handling
2008-06-07 Eric Anholt[gem] Don't forget to munmap in the non-bo-reuse object...
2008-06-06 Keith Packard [intel] remove settable use_mi_batchbuffer_start
2008-06-06 Keith Packard[intel] remove settable use_mi_batchbuffer_start
2008-06-06 Keith Packard[intel-gem] Use timers to retire requests periodically.
2008-06-06 Keith Packard[intel] free the hardware status page at driver_unload
2008-06-06 Keith Packard[intel-gem] Add explicit throttle ioctl
2008-06-06 Keith Packard[libdrm/intel] Eliminate extra dri_gem_bo_bucket_entry...
2008-06-06 Keith Packard[libdrm/intel] Remove unused intel_validate_entry structure
2008-06-06 Keith Packard[libdrm/intel] Reuse entire dri_bo_gem structure
2008-06-06 Keith Packard[intel] Allocate hardware status page at driver load...
2008-06-06 Keith PackardIgnore X server provided mmio address
2008-06-06 Keith Packard[intel-gem] Dump error status on wait_request failure
2008-06-06 Dave Airliedrm: fix up fb resize again
2008-06-06 Dave Airlieintel: don't set the mode on the framebuffer if isn...
2008-06-06 Dave AirlieMerge remote branch 'origin/modesetting-101' into modes...
2008-06-06 Dave Airlieintelfb: add multi fb paths
2008-06-06 Dave Airlieintelfb: remove duplicate define
2008-06-06 Dave Airlieintelfb: admit fbdev is crap and punt on trying to...
2008-06-06 Dave Airlieintelfb: move mode sets into the intel crtcs
2008-06-06 Dave Airliedrm/intel: make hotplug just be an event
2008-06-06 Dave Airlieintel: if no spare crtc exists don't just take one.
2008-06-05 Jesse Barnessysfs registration/teardown fixups
2008-06-05 Eric AnholtAdd a function to bufmgr_fake to evict all buffers...
2008-06-05 Dave Airliedrm/modeset: add more debugging and fixup some fb enabl...
2008-06-05 Dave Airliedrm/modesetting: more fb interface cleanups
2008-06-05 Dave Airliedrm/modesetting: attempt to make fb code more sane
2008-06-05 Dave Airliedrm: modesetting unify the hotplug init paths a lot.
2008-06-05 Dave Airliemodesetting: fix fb clearing up
2008-06-05 Dave Airliemodesetting: use surface width height for buffer allocs
2008-06-05 Dave Airliemodesetting: add surface width/heights
2008-06-05 Dave Airliemodesetting: initial attempt at debonging fb
2008-06-04 Jesse Barnesi915: use kzalloc to allocate intel_output for lvds
2008-06-04 Jesse BarnesFix crash in drm_mode_connector_update_edid_property
2008-06-04 Dave Airliedrm: fix hotplug oops
2008-06-04 Dave Airlieintel: report a known connector
2008-06-04 Keith PackardDrop struct_mutex while waiting in drm_client_lock_take
2008-06-04 Dave Airlielibdrm: shouldn't rely on this
2008-06-04 Dave Airliedrm: introduce generation counter to interface.
2008-06-04 Dave Airliedrm/sysfs: don't try an unregister if not registered
2008-06-04 Dave Airlieintel: use kzalloc
2008-06-04 Dave Airliedrm/modesetting: bo not used anymore
2008-06-04 Dave Airliedrm: remove sysfs in driver for now.. should probably...
2008-06-04 Dave Airliedrm/modesetting: pass object handle to driver !bo
2008-06-04 Dave Airliedrm/modesetting: overhaul the fb create/delete.
2008-06-04 Dave Airliedrm: make mode comparison more betterer.
2008-06-03 Eric AnholtFix libdrm to actually include the new code instead...
2008-06-03 Eric AnholtFix and hook up bufmgr code to the build.
2008-06-03 Eric AnholtImport bufmgr code to libdrm. Not yet hooked up to...
2008-06-02 Keith Packard[intel-gem] reloc_and_validate_object → object_bind_and...
2008-06-02 Keith Packard[intel-gem] Propagate set_domain errors.
2008-06-02 Alan Hourihanemore checks for NULL encoder so we don't segfault.
2008-06-02 Alan HourihaneFix warnings
2008-06-02 Dave Airliedrm: initial mode object groups.
2008-06-02 Dave Airliedrm/modesetting: redo object handles around a core...
2008-06-02 Dave Airliedrm: only report framebuffers available on this fd.
2008-06-02 Dave Airliedrm: add functions to get/set gamma ramps
2008-06-02 Dave AirlieMerge branch 'modesetting-101-encoders' into modesettin...
2008-06-02 Dave Airliedrm: fixup encoder picking in set_config stage
2008-06-02 Dave Airliedrm/modesetting: add best encoder finding for modesetting
2008-06-02 Dave Airliedrm/modesetting: move some connector functions to helper.
2008-06-02 Dave Airliedrm: fixup some interfaces so test code works again
2008-06-02 Dave Airliedrm/modesetting: another re-org of some internals.
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-30 Eric Anholt[intel-gem] Only update obj->write_domain if we're...
2008-05-30 Eric Anholt[intel-gem] Add an option to check GTT versus CPU coher...
2008-05-30 Kristian HøgsbergFix ivch i2c read function to use the "special" i2c...
2008-05-30 Dave Airlier500: attempt to make AGP work by programming agp base...
2008-05-30 Dave Airliedrm: switch possible crtc/clones over to encoders
2008-05-30 Dave Airliemodesetting: drop crtcs/clones from the connectors
2008-05-30 Dave Airliemodesetting: the great renaming.
2008-05-30 Dave Airliedrm: attach an encoder.
2008-05-30 Dave Airliedrm: fix a couple of bugs in the encoder return to...
2008-05-30 Dave Airliedrm: add encoder attach/detach
2008-05-30 Dave Airlietests: add basic encoder reading to test
2008-05-30 Dave Airliedrm: add encoder free function
2008-05-30 Dave Airliedrm: init the encoder list/count
2008-05-30 Dave Airliedrm: add red hat copyright.
2008-05-30 Dave Airliedrm: add encoder ids to the output handling
2008-05-30 Dave Airliedrm: add more encoder interfaces
2008-05-30 Dave Airlielibdrm: add encoder retrival
2008-05-30 Dave Airliedrm: add encoder / get encoder to the modesetting resou...
2008-05-30 Dave Airliedrm: remove unused init func from outputs
2008-05-30 Dave Airliedrm/modesetting: add initial encoder structures and...
2008-05-30 Dave Airliemodesetting: reorganise out crtc/outputs are allocated.
2008-05-29 Eric Anholt[intel-gem] Write the presumed_offset back out after...
2008-05-29 Keith Packard[intel-gem] Clean up active/inactive/flushing list...
2008-05-29 Dave Airliemodesetting: reorganise code into core and helper funct...
2008-05-29 Dave Airliemodeset: disable radeon ms by default
2008-05-28 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-05-28 Jesse Barnesi915: unmap BIOS when we're done with it
2008-05-28 Dave Airlieradeon: split microcode out into a separate header...
2008-05-28 Eric Anholt[intel-gem] Replace idlelock usage with real lock acqui...
2008-05-28 Dave Airliei915: fix BSD bh, DRI2 not uses anywhere else
2008-05-28 Dave Airlieradeon: bump release date/version for r500 3D support
2008-05-27 Alex DeucherRADEON: add get_param for number of GB pipes
2008-05-27 Owain Ainsworth[BSD] Move unlock in drm_vm.c from accidental platform...
2008-05-27 Owain Ainsworth[BSD] Fix lock leak in drm_update_draw malloc failure...
2008-05-27 Owain Ainsworth[BSD] Fix lock leaks in error paths in drm_bufs.c.
next