summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.c
AgeCommit message (Expand)Author
2008-06-27Change some obviously wrong things about property blobs, still broken though.Maarten Maathuis
2008-06-27[modesetting-101] Actually store properties when being changed.Maarten Maathuis
2008-06-26[modesetting-101] tab-cleanupMaarten Maathuis
2008-06-26Revert "modesetting-101: Make dpms property optional + misc cleanup."Maarten Maathuis
2008-06-26modesetting-101: Make dpms property optional + misc cleanup.Maarten Maathuis
2008-06-23[modesetting-101] update mode count after fill_modes.Maarten Maathuis
2008-06-22NV50: Initial import of kernel modesetting.Maarten Maathuis
2008-06-06drm: fix up fb resize againDave Airlie
2008-06-06Merge remote branch 'origin/modesetting-101' into modesetting-101-fbDave Airlie
2008-06-05drm/modesetting: attempt to make fb code more saneDave Airlie
2008-06-04Fix crash in drm_mode_connector_update_edid_propertyJesse Barnes
2008-06-04drm: introduce generation counter to interface.Dave 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-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-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-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/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-23drm_mode_debug_printmodeline doesn't need struct drm_device *Jesse Barnes
2008-05-12fix kernel oops when removing fbHong Liu
2008-05-08i915: Changed intel_fb to use the new drm_crtc_set_config interfaceJakob Bornecrantz
2008-05-08drm: Made set_config use drm_mode_set as a argumentJakob Bornecrantz
2008-05-08drm: fix replacefb to change fb propertiesDave Airlie
2008-05-08drm_mode: initial replacefb implemenationDave Airlie
2008-04-10Split TV property creation into its own routineJesse Barnes
2008-04-10Remove structure fields & codeJesse Barnes
2008-04-10Keep display info in struct display_infoJesse Barnes
2008-04-09Fixup sysfs output registrationJesse Barnes
2008-04-08Improved DRM sysfs supportJesse Barnes
2008-03-11Add support for monitor hotplug signals/waitsAlan Hourihane
2008-03-07make startup of Xorg smoother if the mode doesn't change.Dave Airlie
2008-03-05build fixAlan Hourihane
2008-03-05Use ARRAY_SIZEAlan Hourihane