summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-09-26Retry framebuffer allocation if first attempt fails.Chris Wilson
2010-09-26Disable dri2 after forcing fallbacksChris Wilson
2010-09-22Make driver compile for 1.6 Xserver series again.Matthias Hopf
2010-09-22display: Refactor is_panel()Chris Wilson
2010-09-21Allow interlaced modes.Krzysztof Halasa
2010-09-17Disable swap buffer wait on SandybridgeZhenyu Wang
2010-09-16Add alternate pci-id for B43Chris Wilson
2010-09-13uxa: Apply source clipping to blitsChris Wilson
2010-09-10shadow: Simply modify the Screen pixmap headerChris Wilson
2010-09-10display: Free the EDID blob after we copy it to the output, not before.Chris Wilson
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson
2010-09-07KMS: initialize backlight support for eDP panels tooJesse Barnes
2010-09-07KMS: rename LVDS fields to reflect actual usageJesse Barnes
2010-09-07KMS: add fake EDID on eDP tooJesse Barnes
2010-09-07display: Query current level after finding max value.Chris Wilson
2010-09-07Add more sandybridge graphics device idsZhenyu Wang
2010-09-04display: Set MONITOR_EDID_COMPLETE_RAWDATA for large EDIDsChris Wilson
2010-09-04Force use of GTT and fence registers for mapping tiled objectsChris Wilson
2010-08-26Revert "Leave adjustment of backlight to the driver."Chris Wilson
2010-08-25Leave adjustment of backlight to the driver.Chris Wilson
2010-08-23Add sandybridge D0 supportZhenyu Wang
2010-08-22display: Use the native intel backlight controllerChris Wilson
2010-08-22Remove accel_pitch_alignmentChris Wilson
2010-08-22Replace ROUND_* macros with ALIGN.Matt Turner
2010-08-22Use ALIGN macro instead of open coding it.Matt Turner
2010-08-19Open-code DRICreatePCIBusID()Chris Wilson
2010-08-18Move registration of vsync fd from pre-init to screen-initChris Wilson
2010-08-09display: outputs are enabled automatically by KMSChris Wilson
2010-08-05display: Minor cleanup for adding extra LVDS modesChris Wilson
2010-08-05display: Refactor EDID attachment to output.Chris Wilson
2010-08-05Revert "display: Cache whether we have probed for an EDID"Chris Wilson
2010-08-04display: Cache whether we have probed for an EDIDChris Wilson
2010-08-04display: Embed the lvds size into the connectorChris Wilson
2010-08-04display: Handle cursor error paths.Chris Wilson
2010-08-04display: Tidy backlight initialisationChris Wilson
2010-08-04display: Check for buffer overrun in output name lookup.Chris Wilson
2010-08-04intel: add output names for later additions to kernelDave Airlie
2010-08-01Remove the final references to the drmmode prefixChris Wilson
2010-08-01intel_display: Miscellaneous tidyChris Wilson
2010-08-01Rename drmmode_display to intel_displayChris Wilson
2010-07-30Remove explicit batchbuffer submit in DRI2 copyregionKristian Høgsberg
2010-07-30Submit batch buffers from flush callback chainKristian Høgsberg
2010-07-28drmmode: Only treat a backlight as connected if it has a non-zero maxChris Wilson
2010-07-28legacy: Remove long gone use of GlxSetVisualConfigs()Kristian Høgsberg
2010-07-27Drop use of GL types in the driverKristian Høgsberg
2010-07-26video: kill do { ... } while (ret != -EINTR) loopsDaniel Vetter
2010-07-26video: kernel overlay needs triple bufferingDaniel Vetter
2010-07-24simplify Makefile as per-target compilation flags are not neededGaetan Nadon
2010-07-22video/i915: ValidateGC after setting clip.Chris Wilson
2010-07-20intel: respect tiling disable.Dave Airlie