summaryrefslogtreecommitdiff
path: root/linux-core
AgeCommit message (Expand)Author
2008-06-04drm: introduce generation counter to interface.Dave Airlie
2008-06-04drm/sysfs: don't try an unregister if not registeredDave Airlie
2008-06-04intel: use kzallocDave Airlie
2008-06-04drm/modesetting: bo not used anymoreDave Airlie
2008-06-04drm: remove sysfs in driver for now.. should probably be in helperDave Airlie
2008-06-04drm/modesetting: pass object handle to driver !boDave Airlie
2008-06-04drm/modesetting: overhaul the fb create/delete.Dave Airlie
2008-06-04drm: make mode comparison more betterer.Dave Airlie
2008-06-02more checks for NULL encoder so we don't segfault.Alan Hourihane
2008-06-02Fix warningsAlan Hourihane
2008-06-02drm: initial mode object groups.Dave Airlie
2008-06-02drm/modesetting: redo object handles around a core object.Dave Airlie
2008-06-02drm: only report framebuffers available on this fd.Dave Airlie
2008-06-02drm: add functions to get/set gamma rampsDave Airlie
2008-06-02Merge branch 'modesetting-101-encoders' into modesetting-101Dave Airlie
2008-06-02drm: fixup encoder picking in set_config stageDave Airlie
2008-06-02drm/modesetting: add best encoder finding for modesettingDave Airlie
2008-06-02drm/modesetting: move some connector functions to helper.Dave Airlie
2008-06-02drm: fixup some interfaces so test code works againDave Airlie
2008-06-02drm/modesetting: another re-org of some internals.Dave Airlie
2008-05-30Fix ivch i2c read function to use the "special" i2c format.Kristian Høgsberg
2008-05-30drm: switch possible crtc/clones over to encodersDave Airlie
2008-05-30modesetting: the great renaming.Dave Airlie
2008-05-30drm: attach an encoder.Dave Airlie
2008-05-30drm: add encoder attach/detachDave Airlie
2008-05-30drm: init the encoder list/countDave Airlie
2008-05-30drm: add red hat copyright.Dave Airlie
2008-05-30drm: add encoder ids to the output handlingDave Airlie
2008-05-30drm: add encoder / get encoder to the modesetting resources interfaceDave Airlie
2008-05-30drm: remove unused init func from outputsDave Airlie
2008-05-30drm/modesetting: add initial encoder structures and setup functionsDave Airlie
2008-05-30modesetting: reorganise out crtc/outputs are allocated.Dave Airlie
2008-05-29modesetting: reorganise code into core and helper functions.Dave Airlie
2008-05-29modeset: disable radeon ms by defaultDave Airlie
2008-05-28Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/drm into mode...Alan Hourihane
2008-05-28i915: unmap BIOS when we're done with itJesse Barnes
2008-05-28radeon: split microcode out into a separate header file.Dave Airlie
2008-05-23i915: do a better job of parsing VBIOS dataJesse Barnes
2008-05-23drm_mode_debug_printmodeline doesn't need struct drm_device *Jesse Barnes
2008-05-22i915: check dummy page before freeingHong Liu
2008-05-14ati_pcigart: oops wrong way around not that it actually matteredDave Airlie
2008-05-14ati_pcigart: stop working in the evenings you mess up too oftenDave Airlie
2008-05-14Revert "ati_pcigart: fixup properly this version might even work"Dave Airlie
2008-05-14ati_pcigart: fixup properly this version might even workDave Airlie
2008-05-14ati_pcigart: fill out 40-bit gart table support properlyDave Airlie
2008-05-13i915: register definition & header file cleanupJesse Barnes
2008-05-12i915: TV hotplug fixesJesse Barnes
2008-05-12fix kernel oops when removing fbHong Liu
2008-05-12free dummy read page if fail to init mmHong Liu
2008-05-12drm: remove root only from a lot of drm ioctls to get stuff running as non-rootDave Airlie