summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-08-22Remove accel_pitch_alignmentChris Wilson2-5/+2
2010-08-22Replace ROUND_* macros with ALIGN.Matt Turner4-12/+4
2010-08-22Use ALIGN macro instead of open coding it.Matt Turner7-36/+33
2010-08-19Open-code DRICreatePCIBusID()Chris Wilson1-16/+9
2010-08-18Move registration of vsync fd from pre-init to screen-initChris Wilson3-4/+21
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-01Remove the final references to the drmmode prefixChris Wilson3-17/+16
2010-08-01intel_display: Miscellaneous tidyChris Wilson1-15/+27
2010-08-01Rename drmmode_display to intel_displayChris Wilson6-1589/+1604
2010-07-30Remove explicit batchbuffer submit in DRI2 copyregionKristian Høgsberg1-10/+10
2010-07-30Submit batch buffers from flush callback chainKristian Høgsberg1-9/+24
2010-07-28drmmode: Only treat a backlight as connected if it has a non-zero maxChris Wilson1-5/+7
2010-07-28legacy: Remove long gone use of GlxSetVisualConfigs()Kristian Høgsberg2-128/+2
2010-07-27Drop use of GL types in the driverKristian Høgsberg3-4/+1
2010-07-27Revert "configure.ac: add xi and gl requirements"Jesse Barnes1-2/+0
2010-07-26configure.ac: add xi and gl requirementsJesse Barnes1-0/+2
2010-07-26video: kill do { ... } while (ret != -EINTR) loopsDaniel Vetter1-15/+7
2010-07-26video: kernel overlay needs triple bufferingDaniel Vetter2-9/+16
2010-07-24simplify Makefile as per-target compilation flags are not neededGaetan Nadon3-4/+4
2010-07-22config: add comments for main statementsGaetan Nadon1-7/+6
2010-07-22config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILESGaetan Nadon1-13/+14
2010-07-22config: replace deprecated AC_HELP_STRING with AS_HELP_STRINGGaetan Nadon1-4/+4
2010-07-22config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
2010-07-22config: complete AC_INIT m4 quotingGaetan Nadon1-2/+2
2010-07-22config: remove unrequired AC_SUBST([DRI_CFLAGS])Gaetan Nadon1-1/+0
2010-07-22config: remove unrequired AC_HEADER_STDCGaetan Nadon1-1/+0
2010-07-22config: remove AC_PROG_CC as it overrides AC_PROG_C_C99Gaetan Nadon1-1/+0
2010-07-22config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
2010-07-22config: upgrade to util-macros 1.8 for additional man page supportGaetan Nadon2-19/+6
2010-07-22video/i915: ValidateGC after setting clip.Chris Wilson1-3/+4
2010-07-21uxa: Check for failed pixmap allocationChris Wilson1-1/+3
2010-07-20intel: respect tiling disable.Dave Airlie1-0/+4
2010-07-16video: Free the buffers immediately after turning off.Chris Wilson1-28/+9
2010-07-16video: Reuse the old buffers.Chris Wilson2-48/+73
2010-07-13Workaround a broken container_of define in list.hChris Wilson1-0/+3
2010-07-13Teardown the bufmgr on shutdown as well.Chris Wilson1-21/+18
2010-07-13Remove the duplicate drmmode prototypes.Chris Wilson2-22/+15
2010-07-13modes: There may be more than one crtc and output... DESTROY THEM ALL!Chris Wilson3-65/+81
2010-07-12video: Apply overlay stride errata for i830 and i845Chris Wilson1-0/+5
2010-07-12video: Copy DummyEncoding into each adapter.Chris Wilson1-6/+9
2010-07-12Destroy screen pixmap on screen close.Keith Packard1-2/+9