summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-08-14nouveau: fix typomodesetting-101Maarten Maathuis1-1/+2
2008-08-14nouveau: compile with 2.6.27Maarten Maathuis3-3/+15
2008-08-14s/TRUE/trueMaarten Maathuis1-1/+1
2008-08-14linux: on_each_cpu has 3 args on 2.6.27Maarten Maathuis1-1/+5
2008-08-14s/TRUE/true s/FALSE/falseMaarten Maathuis1-2/+2
2008-08-14drm: add fault handler support so as to be more like possible upstreamDave Airlie3-17/+120
2008-08-09NV50: minor changesMaarten Maathuis1-2/+2
2008-08-09NV50: enable hotplug irqMaarten Maathuis3-4/+13
2008-08-09NV50: call drm_sysfs_hotplug_event when appropriateMaarten Maathuis2-0/+4
2008-07-28set to 2.4.0Alan Hourihane1-1/+1
2008-07-26drm: don't set the signal blocker on the master process.Dave Airlie1-8/+13
2008-07-26modesetting: pass file priv to cursorDave Airlie4-5/+8
2008-07-26nv50: remove TRUE/FALSEDave Airlie3-5/+5
2008-07-24drm: use correct mode destructorDave Airlie1-2/+2
2008-07-21NV50: Don't create a "native" mode for LVDS when there is none.Maarten Maathuis1-0/+4
2008-07-21NV50: don't fail on LVDS by defaultMaarten Maathuis1-5/+6
2008-07-21NV50: Use bios table for load pattern when possible.Maarten Maathuis3-4/+46
2008-07-21NV50: Do detect with hpd and load detect if possible.Maarten Maathuis6-39/+144
2008-07-20NV50: delay changing gpu<->non-gpu scaling modes until next modesetMaarten Maathuis5-9/+31
2008-07-20modesetting-101: Only store property value when set_property was successful.Maarten Maathuis1-3/+3
2008-07-20NV50: LVDS always needs some kind of gpu scalingMaarten Maathuis1-0/+4
2008-07-20modesetting-101: set_property should return an int, not a boolMaarten Maathuis4-18/+16
2008-07-20modesetting-101: implement optional scaling and dithering propertiesMaarten Maathuis8-9/+215
2008-07-20drm: As a workaround don't tear down sg with a modesetting driver.Maarten Maathuis1-1/+4
2008-07-18nv50: use same dma object for fb/tt accessBen Skeggs2-3/+14
2008-07-18nouveau: interface changes for nv5x 3dBen Skeggs4-9/+87
2008-07-12modesetting/helper: fix array overrun - count should be reset hereDave Airlie1-1/+2
2008-07-07Synchronize the DDC EDID read to it's fb_ddc.c counterpartAlan Hourihane1-9/+2
2008-07-06NV50: init gamma storageMaarten Maathuis1-0/+3
2008-07-06NV50: fix minor bug in fbcon crtc selectionMaarten Maathuis1-2/+2
2008-07-06modesetting-101: Rename DPMS modes to avoid compatibility issues with xorg de...Maarten Maathuis17-59/+60
2008-07-06modesetting-101: rename modeflags, as to avoid conflicts with the xorg defini...Maarten Maathuis15-68/+69
2008-07-06NV50: minor fixMaarten Maathuis1-5/+4
2008-07-05NV50: remove edid when monitor is gone, improve fbcon, misc fixesMaarten Maathuis3-20/+64
2008-07-05NV50: fix switch_fb and connector_is_digitalMaarten Maathuis1-15/+37
2008-07-05modesetting-101: Make the interface variable names a little more consistent +...Maarten Maathuis5-47/+48
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-04modesetting-101: Move some defines used for enumeration into the public header.Maarten Maathuis2-50/+53
2008-07-04[modesetting-101] Add subconnector and select_subconnector properties.Maarten Maathuis7-17/+300
2008-07-04modesetting: rip out all of the generation code.Dave Airlie4-26/+0
2008-07-03libdrm: fix typo in commentMaarten Maathuis1-2/+2
2008-07-03nv50: s/FALSE/false && s/TRUE/trueMaarten Maathuis4-27/+27
2008-07-03[drm-sysfs] connected is ambigious in the context of a connector, replace wit...Maarten Maathuis1-5/+4
2008-07-03NV50: replace active by enabledMaarten Maathuis3-3/+3
2008-07-03[modeseting-101] add connected field to sysfsMaarten Maathuis1-0/+14
2008-07-03Forgot to fix the modeprint test.Maarten Maathuis1-4/+0
2008-07-03[libdrm] count connectors and such has no place in a crtc objectMaarten Maathuis1-6/+0
2008-07-03modesetting: lookup blob using correct identifier.Dave Airlie1-1/+1
2008-07-03tests: Fix faulty error messages in modeprintJakob Bornecrantz1-3/+3