summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Increment version to 2.13.02.13.02.13Carl Worth2010-09-301-1/+1
* Add release notes for the 2.13.0 release.Carl Worth2010-09-301-0/+56
* Increment version to 2.12.9022.12.902Carl Worth2010-09-281-1/+1
* Add release notes for the 2.12.902 snapshot.Carl Worth2010-09-281-0/+14
* Fix to depend on the (just-released) libdrm >= 2.4.22Carl Worth2010-09-281-1/+1
* Retry framebuffer allocation if first attempt fails.Chris Wilson2010-09-261-0/+4
* Disable dri2 after forcing fallbacksChris Wilson2010-09-262-53/+60
* Make driver compile for 1.6 Xserver series again.Matthias Hopf2010-09-224-0/+18
* display: Refactor is_panel()Chris Wilson2010-09-221-4/+9
* Bump version to 2.12.9012.12.901Carl Worth2010-09-211-1/+1
* NEWS: Add notes for the 2.12.901 snapshotCarl Worth2010-09-211-2/+45
* Allow interlaced modes.Krzysztof Halasa2010-09-213-2/+15
* Disable swap buffer wait on SandybridgeZhenyu Wang2010-09-171-0/+3
* Add alternate pci-id for B43Chris Wilson2010-09-162-0/+6
* uxa: Apply source clipping to blitsChris Wilson2010-09-131-1/+28
* shadow: Simply modify the Screen pixmap headerChris Wilson2010-09-103-49/+46
* display: Free the EDID blob after we copy it to the output, not before.Chris Wilson2010-09-101-2/+3
* Enable a shadow buffer and disable GPU acceleration.Chris Wilson2010-09-0811-62/+342
* KMS: initialize backlight support for eDP panels tooJesse Barnes2010-09-071-1/+2
* KMS: rename LVDS fields to reflect actual usageJesse Barnes2010-09-071-18/+18
* KMS: add fake EDID on eDP tooJesse Barnes2010-09-071-1/+2
* display: Query current level after finding max value.Chris Wilson2010-09-071-1/+1
* Add more sandybridge graphics device idsZhenyu Wang2010-09-072-12/+48
* display: Set MONITOR_EDID_COMPLETE_RAWDATA for large EDIDsChris Wilson2010-09-041-7/+9
* Force use of GTT and fence registers for mapping tiled objectsChris Wilson2010-09-041-21/+14
* Revert "Leave adjustment of backlight to the driver."Chris Wilson2010-08-261-10/+45
* uxa: Fallback if faced with large A1 glyphs.Chris Wilson2010-08-251-6/+4
* Leave adjustment of backlight to the driver.Chris Wilson2010-08-251-45/+10
* Add sandybridge D0 supportZhenyu Wang2010-08-232-1/+4
* display: Use the native intel backlight controllerChris Wilson2010-08-221-2/+3
* Remove accel_pitch_alignmentChris Wilson2010-08-222-5/+2
* Replace ROUND_* macros with ALIGN.Matt Turner2010-08-224-12/+4
* Use ALIGN macro instead of open coding it.Matt Turner2010-08-227-36/+33
* Open-code DRICreatePCIBusID()Chris Wilson2010-08-191-16/+9
* Move registration of vsync fd from pre-init to screen-initChris Wilson2010-08-183-4/+21
* display: outputs are enabled automatically by KMSChris Wilson2010-08-091-14/+2
* display: Minor cleanup for adding extra LVDS modesChris Wilson2010-08-051-12/+12
* display: Refactor EDID attachment to output.Chris Wilson2010-08-051-34/+44
* Revert "display: Cache whether we have probed for an EDID"Chris Wilson2010-08-051-29/+25
* display: Cache whether we have probed for an EDIDChris Wilson2010-08-041-25/+29
* display: Embed the lvds size into the connectorChris Wilson2010-08-041-42/+24
* display: Handle cursor error paths.Chris Wilson2010-08-041-4/+5
* display: Tidy backlight initialisationChris Wilson2010-08-041-11/+10
* display: Check for buffer overrun in output name lookup.Chris Wilson2010-08-041-2/+6
* intel: add output names for later additions to kernelDave Airlie2010-08-041-0/+2
* Remove the final references to the drmmode prefixChris Wilson2010-08-013-17/+16
* intel_display: Miscellaneous tidyChris Wilson2010-08-011-15/+27
* Rename drmmode_display to intel_displayChris Wilson2010-08-016-1589/+1604
* Remove explicit batchbuffer submit in DRI2 copyregionKristian Høgsberg2010-07-301-10/+10
* Submit batch buffers from flush callback chainKristian Høgsberg2010-07-301-9/+24