summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-01-11Add Coffeelake PCI IDs for S SkusLiwei Song3-0/+31
2017-12-20sna: Drop redundant sync of an inactive snoop cacheChris Wilson1-1/+0
2017-12-20sna: Fixup sna->scrn == scrn assert for early initialisationChris Wilson1-1/+1
2017-12-16sna: Avoid calling kgem_bo_free() on a still active boChris Wilson1-21/+16
2017-11-09sna: Assert idempotent conversions between sna <-> ScreenPtrChris Wilson1-2/+6
2017-11-09sna: Update vtSema for Leave/EnterVTChris Wilson1-3/+6
2017-11-09sna: Disable DPMS-deferred modesetting when run as a secondary screenChris Wilson1-1/+1
2017-11-08sna: Allow a PRIME pixmap to be reusedChris Wilson1-1/+16
2017-10-18sna: Implement i830 3DSTATE_BUFFER_INFO w/aVille Syrjälä2-2/+20
2017-10-12sna: Fix up assert()sChris Wilson1-2/+2
2017-10-12sna: Validate rrPrimaryOutput belongs to our ScreenChris Wilson1-5/+7
2017-10-12sna: Move the public sna_crtc fields into a named structChris Wilson2-11/+17
2017-10-08sna: Avoid fopen inside signalsafe debug pathsChris Wilson1-10/+21
2017-10-08sna/present: Queue the keepalive vblankChris Wilson3-45/+75
2017-10-07sna: Check if the kernel reports a tiling-stride less than our requestChris Wilson1-1/+1
2017-10-06sna: Skip the exact match if we can't change tilingChris Wilson1-4/+18
2017-09-27sna/video: Expose NV12 support for the textured Xv adaptor on gen4+Ville Syrjälä2-1/+36
2017-09-27sna/video: Add NV12 video copy funcsVille Syrjälä1-11/+135
2017-09-27sna/video: Add support for NV12 video in all gen4+ render pathsVille Syrjälä9-87/+183
2017-09-27sna/video: Add NV12 shader binariesVille Syrjälä6-0/+42
2017-09-27sna/video: Add NV12 shadersVille Syrjälä7-0/+151
2017-09-27sna/video: Add FOURCC_NV12Ville Syrjälä1-0/+12
2017-08-31sna: Allow reallocation of larger framebuffersChris Wilson1-2/+2
2017-08-30sna: Tweak fb size assertionChris Wilson1-1/+1
2017-08-22sna/gen8+: Discard any blt using a LINEAR buffer that is not 64byte alignedChris Wilson1-1/+1
2017-08-22sna/dri2: Defer the drawable flushChris Wilson1-6/+2
2017-07-28sna/dri2: Don't cache allocate-as-scanout flagChris Wilson1-13/+6
2017-07-18legacy/i810: remove unused numVisualConfigsEmil Velikov1-1/+0
2017-06-07sna/present: Drop TearFree assert at the end of unflipChris Wilson1-2/+0
2017-06-07sna/present: Move too-late unflip check earlierChris Wilson1-6/+9
2017-06-07sna: Check active_scanout flag across TearFree exchangeChris Wilson1-0/+3
2017-06-07sna/dri2: Check active state on front/back before swapChris Wilson1-2/+10
2017-06-07sna: Squash compiler warning for mismatched pointersChris Wilson1-8/+8
2017-04-18sna: Fix fallback clearing of the shadowChris Wilson1-1/+1
2017-04-10sna: Use a slightly larger preallocated array for propertiesChris Wilson1-4/+6
2017-03-25sna: Use the first active crtc as the primary output fallbackChris Wilson1-4/+19
2017-03-25sna: Protect against RROutputPrimary being on a slaveChris Wilson2-1/+4
2017-03-20sna: Fixup for fb24 xorg ABI changeChris Wilson1-0/+2
2017-03-13sna: No hw scaling for Baytrail spritesChris Wilson1-2/+4
2017-03-12sna: Don't stall indefinitely for a missing flip eventChris Wilson1-5/+3
2017-03-10sna: Repeat EDID read if it changes beneath usChris Wilson1-19/+22
2017-03-10sna: Assert that PolySegment boxes are not emptyChris Wilson1-2/+9
2017-03-10sna: Filter out all degenerate PolySegmentChris Wilson1-6/+25
2017-03-09sna: Remove stale assert for pixmap dirty trackingChris Wilson1-2/+0
2017-02-28intel: Fix checking xf86LoadKernelModule for successChris Wilson1-1/+1
2017-02-27pciids: Update for missing Skylake IDsChris Wilson3-55/+26
2017-02-16sna: Check link-status after a hotplug eventChris Wilson1-3/+51
2017-02-16backlight: Provide backlight_find_for_device() stub for BSDChris Wilson1-40/+46
2017-02-10tools/backlight_helper: #include "config.h"Mike Gilbert1-0/+4
2017-02-05sna/gen2: Take combined vertex arrays into account for inline limitChris Wilson1-4/+7