summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.h
AgeCommit message (Expand)AuthorFilesLines
2008-11-03radeon/drm: fixup ref counting in on fb objsDave Airlie1-1/+0
2008-09-23Store the buffer object backing the fb as a void pointer, not a handle.Kristian Høgsberg1-1/+4
2008-08-28drm: port X crtc picking algorithm.Dave Airlie1-0/+2
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie1-0/+1
2008-07-26modesetting: pass file_priv into cursor set functionsDave Airlie1-2/+2
2008-07-20modesetting-101: set_property should return an int, not a boolMaarten Maathuis1-1/+1
2008-07-20modesetting-101: implement optional scaling and dithering propertiesMaarten Maathuis1-1/+7
2008-07-04modesetting-101: Move some defines used for enumeration into the public header.Maarten Maathuis1-45/+2
2008-07-04[modesetting-101] Add subconnector and select_subconnector properties.Maarten Maathuis1-1/+18
2008-07-04modesetting: rip out all of the generation code.Dave Airlie1-3/+0
2008-06-26Revert "modesetting-101: Make dpms property optional + misc cleanup."Maarten Maathuis1-2/+1
2008-06-26modesetting-101: Make dpms property optional + misc cleanup.Maarten Maathuis1-1/+2
2008-06-22NV50: Initial import of kernel modesetting.Maarten Maathuis1-0/+1
2008-06-09Add EDID quirk handlingJesse Barnes1-2/+4
2008-06-06drm: fix up fb resize againDave Airlie1-2/+2
2008-06-05drm/modesetting: attempt to make fb code more saneDave Airlie1-2/+4
2008-06-05drm: modesetting unify the hotplug init paths a lot.Dave Airlie1-0/+1
2008-06-05modesetting: initial attempt at debonging fbDave Airlie1-0/+2
2008-06-04drm: introduce generation counter to interface.Dave Airlie1-0/+3
2008-06-04drm/modesetting: pass object handle to driver !boDave Airlie1-1/+1
2008-06-04drm/modesetting: overhaul the fb create/delete.Dave Airlie1-4/+11
2008-06-02drm: initial mode object groups.Dave Airlie1-1/+10
2008-06-02drm/modesetting: redo object handles around a core object.Dave Airlie1-7/+34
2008-06-02drm: add functions to get/set gamma rampsDave Airlie1-5/+14
2008-06-02drm/modesetting: add best encoder finding for modesettingDave Airlie1-1/+1
2008-06-02drm/modesetting: move some connector functions to helper.Dave Airlie1-4/+1
2008-06-02drm/modesetting: another re-org of some internals.Dave Airlie1-9/+3
2008-05-30drm: switch possible crtc/clones over to encodersDave Airlie1-5/+3
2008-05-30modesetting: the great renaming.Dave Airlie1-101/+99
2008-05-30drm: attach an encoder.Dave Airlie1-5/+12
2008-05-30drm: add encoder attach/detachDave Airlie1-0/+5
2008-05-30drm: add encoder ids to the output handlingDave Airlie1-0/+3
2008-05-30drm: add encoder / get encoder to the modesetting resources interfaceDave Airlie1-1/+3
2008-05-30drm: remove unused init func from outputsDave Airlie1-1/+0
2008-05-30drm/modesetting: add initial encoder structures and setup functionsDave Airlie1-0/+23
2008-05-30modesetting: reorganise out crtc/outputs are allocated.Dave Airlie1-16/+17
2008-05-29modesetting: reorganise code into core and helper functions.Dave Airlie1-30/+13
2008-05-23drm_mode_debug_printmodeline doesn't need struct drm_device *Jesse Barnes1-2/+1
2008-05-08i915: Changed intel_fb to use the new drm_crtc_set_config interfaceJakob Bornecrantz1-0/+1
2008-05-08drm: Made set_config use drm_mode_set as a argumentJakob Bornecrantz1-0/+6
2008-05-08drm_mode: initial replacefb implemenationDave Airlie1-1/+2
2008-04-10Split TV property creation into its own routineJesse Barnes1-0/+2
2008-04-10Remove structure fields & codeJesse Barnes1-11/+0
2008-04-10Keep display info in struct display_infoJesse Barnes1-14/+4
2008-04-09Port pipe reservation code for load detectionJesse Barnes1-0/+1
2008-04-08Improved DRM sysfs supportJesse Barnes1-0/+6
2008-02-26Implement short circuit for base change onlyAlan Hourihane1-1/+1
2008-02-22hopefully shit works now without this...Dave Airlie1-1/+1
2008-02-20drm/fb: get rid of offset from structure use bo offsetDave Airlie1-1/+0
2008-02-15i915: initial (and untested) TV out supportJesse Barnes1-1/+12