summaryrefslogtreecommitdiff
path: root/linux-core/drm_crtc.c
AgeCommit message (Expand)AuthorFilesLines
2008-12-10Revert "Merge branch 'modesetting-gem'"Jesse Barnes1-2383/+0
2008-11-12mode: Minor reodering and renamingJakob Bornecrantz1-3/+3
2008-11-12mode: Remove hotplug support from ioctl interfaceJakob Bornecrantz1-10/+0
2008-11-10drm/radeon: add dpms connector functionsDave Airlie1-1/+1
2008-10-24mode: Try to settle on a standard for struct fieldsJakob Bornecrantz1-2/+2
2008-09-23Store the buffer object backing the fb as a void pointer, not a handle.Kristian Høgsberg1-1/+1
2008-08-12Add error checking to framebuffer creationJesse Barnes1-1/+3
2008-07-26radeon: add initial atombios modesetting and GEM -> TTM translation layer.Dave Airlie1-18/+30
2008-07-26modesetting: pass file_priv into cursor set functionsDave Airlie1-1/+1
2008-07-20modesetting-101: Only store property value when set_property was successful.Maarten Maathuis1-3/+3
2008-07-20modesetting-101: implement optional scaling and dithering propertiesMaarten Maathuis1-0/+69
2008-07-06modesetting-101: Rename DPMS modes to avoid compatibility issues with xorg de...Maarten Maathuis1-4/+4
2008-07-05NV50: remove edid when monitor is gone, improve fbcon, misc fixesMaarten Maathuis1-0/+7
2008-07-05modesetting-101: Make the interface variable names a little more consistent +...Maarten Maathuis1-9/+9
2008-07-04modesetting-101: tv_left_margin_property shouldn't be immutable.Maarten Maathuis1-2/+1
2008-07-04Forgot the 0'th element for the tv property.Maarten Maathuis1-0/+6
2008-07-04[modesetting-101] Add subconnector and select_subconnector properties.Maarten Maathuis1-2/+94
2008-07-04modesetting: rip out all of the generation code.Dave Airlie1-5/+0
2008-07-03modesetting: lookup blob using correct identifier.Dave Airlie1-1/+1
2008-06-27Change some obviously wrong things about property blobs, still broken though.Maarten Maathuis1-2/+1
2008-06-27[modesetting-101] Actually store properties when being changed.Maarten Maathuis1-0/+3
2008-06-26[modesetting-101] tab-cleanupMaarten Maathuis1-49/+47
2008-06-26Revert "modesetting-101: Make dpms property optional + misc cleanup."Maarten Maathuis1-48/+29
2008-06-26modesetting-101: Make dpms property optional + misc cleanup.Maarten Maathuis1-29/+48
2008-06-23[modesetting-101] update mode count after fill_modes.Maarten Maathuis1-4/+5
2008-06-22NV50: Initial import of kernel modesetting.Maarten Maathuis1-0/+1
2008-06-06drm: fix up fb resize againDave Airlie1-17/+2
2008-06-06Merge remote branch 'origin/modesetting-101' into modesetting-101-fbDave Airlie1-0/+1
2008-06-05drm/modesetting: attempt to make fb code more saneDave Airlie1-0/+1
2008-06-04Fix crash in drm_mode_connector_update_edid_propertyJesse Barnes1-0/+1
2008-06-04drm: introduce generation counter to interface.Dave Airlie1-1/+5
2008-06-04drm/modesetting: bo not used anymoreDave Airlie1-1/+0
2008-06-04drm: remove sysfs in driver for now.. should probably be in helperDave Airlie1-3/+0
2008-06-04drm/modesetting: pass object handle to driver !boDave Airlie1-57/+1
2008-06-04drm/modesetting: overhaul the fb create/delete.Dave Airlie1-54/+14
2008-06-02drm: initial mode object groups.Dave Airlie1-35/+119
2008-06-02drm/modesetting: redo object handles around a core object.Dave Airlie1-82/+129
2008-06-02drm: only report framebuffers available on this fd.Dave Airlie1-2/+2
2008-06-02drm: add functions to get/set gamma rampsDave Airlie1-0/+115
2008-06-02drm/modesetting: add best encoder finding for modesettingDave Airlie1-4/+1
2008-06-02drm/modesetting: move some connector functions to helper.Dave Airlie1-131/+1
2008-06-02drm: fixup some interfaces so test code works againDave Airlie1-7/+0
2008-06-02drm/modesetting: another re-org of some internals.Dave Airlie1-36/+26
2008-05-30drm: switch possible crtc/clones over to encodersDave Airlie1-3/+3
2008-05-30modesetting: the great renaming.Dave Airlie1-276/+264
2008-05-30drm: attach an encoder.Dave Airlie1-5/+7
2008-05-30drm: add encoder attach/detachDave Airlie1-0/+28
2008-05-30drm: init the encoder list/countDave Airlie1-0/+2
2008-05-30drm: add red hat copyright.Dave Airlie1-0/+1
2008-05-30drm: add encoder ids to the output handlingDave Airlie1-0/+23