summaryrefslogtreecommitdiff
path: root/src/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-13Disable adding normal RTF modes for an eDPChris Wilson1-1/+6
2011-07-11dri: Enable triple-bufferred pageflipsChris Wilson1-0/+7
2011-04-20Use SwapbuffersWait config option to control waiting on fullscreen swapsChris Wilson1-1/+1
2011-04-04Take advantage of the kernel flush for dirty bo in the busy ioctlChris Wilson1-2/+2
2011-03-23Handle drawable/client destruction in pending swaps/flipsKeith Packard1-1/+1
2011-03-23dri2: Make DRI2FrameEvent public and use instead of void *Keith Packard1-7/+7
2011-01-31Rename 'intel' backlight to match upstream name in 2.6.38Chris Wilson1-1/+1
2011-01-08Cache the fixed crtc<->pipe relationshipChris Wilson1-7/+10
2010-12-16Fix reporting of pageflip completion events on multi-head.Mario Kleiner1-6/+49
2010-12-05display: Flush any pending batches before changing modes.Chris Wilson1-0/+4
2010-12-03Wait on the current buffer to complete when running synchronously.Chris Wilson1-3/+0
2010-11-17Mark outputs as DPMSModeOn and restore backlight at mode setKeith Packard1-1/+20
2010-11-05Wait for any pending rendering before switching modes.Chris Wilson1-0/+2
2010-10-17display: do not report failure for setting unrecognised propertiesChris Wilson1-1/+5
2010-09-22display: Refactor is_panel()Chris Wilson1-4/+9
2010-09-21Allow interlaced modes.Krzysztof Halasa1-0/+1
2010-09-10display: Free the EDID blob after we copy it to the output, not before.Chris Wilson1-2/+3
2010-09-08Enable a shadow buffer and disable GPU acceleration.Chris Wilson1-17/+28
2010-09-07KMS: initialize backlight support for eDP panels tooJesse Barnes1-1/+2
2010-09-07KMS: rename LVDS fields to reflect actual usageJesse Barnes1-18/+18
2010-09-07KMS: add fake EDID on eDP tooJesse Barnes1-1/+2
2010-09-07display: Query current level after finding max value.Chris Wilson1-1/+1
2010-09-04display: Set MONITOR_EDID_COMPLETE_RAWDATA for large EDIDsChris Wilson1-7/+9
2010-08-26Revert "Leave adjustment of backlight to the driver."Chris Wilson1-10/+45
2010-08-25Leave adjustment of backlight to the driver.Chris Wilson1-45/+10
2010-08-22display: Use the native intel backlight controllerChris Wilson1-2/+3
2010-08-18Move registration of vsync fd from pre-init to screen-initChris Wilson1-4/+18
2010-08-09display: outputs are enabled automatically by KMSChris Wilson1-14/+2
2010-08-05display: Minor cleanup for adding extra LVDS modesChris Wilson1-12/+12
2010-08-05display: Refactor EDID attachment to output.Chris Wilson1-34/+44
2010-08-05Revert "display: Cache whether we have probed for an EDID"Chris Wilson1-29/+25
2010-08-04display: Cache whether we have probed for an EDIDChris Wilson1-25/+29
2010-08-04display: Embed the lvds size into the connectorChris Wilson1-42/+24
2010-08-04display: Handle cursor error paths.Chris Wilson1-4/+5
2010-08-04display: Tidy backlight initialisationChris Wilson1-11/+10
2010-08-04display: Check for buffer overrun in output name lookup.Chris Wilson1-2/+6
2010-08-04intel: add output names for later additions to kernelDave Airlie1-0/+2
2010-08-01intel_display: Miscellaneous tidyChris Wilson1-15/+27
2010-08-01Rename drmmode_display to intel_displayChris Wilson1-0/+1582