summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-12-03sna: Skip restoring a mode for link-status=bad if the crtc was idleChris Wilson1-0/+3
2018-11-13sna: Added AYUV format support for textured and sprite video adapters.Stanislav Lisovskiy9-5/+239
2018-11-13sna/gen9+: Split out wm_kernel from the sna_composite_op flagsStanislav Lisovskiy2-13/+23
2018-10-22sna/video/textured: Disable textured Xv for depth 8Ville Syrjälä1-0/+6
2018-10-22sna/video/textured: Enable textured Xv wih depth 30Ville Syrjälä1-1/+1
2018-10-22sna/video/sprite: Allow sprite Xv with depth 8 and depth 30Ville Syrjälä1-1/+1
2018-10-22sna/video/sprite: Fix colorkey setup for depth != 24Ville Syrjälä1-3/+49
2018-10-22meson: s/debug/internal-debug/Ville Syrjälä2-2/+2
2018-10-19sna: Only generate a coldprobe RR probe when RandR is enabledChris Wilson3-4/+7
2018-09-06sna: Check for incoherent writes through the GTTChris Wilson2-1/+18
2018-09-05Sync i915_pciids upto d0e062ebb3a4Chris Wilson1-68/+158
2018-09-05Adding more Coffee Lake PCI IDsLiwei Song2-9/+40
2018-09-05sna: Disable the reduced flush optimisationChris Wilson1-0/+4
2018-09-05sna: Select the correct depth for addfb in test_has_dirtyfb()Chris Wilson1-2/+2
2018-06-09meson: Add libdrm dependency for intel_drvVille Syrjälä1-0/+1
2018-06-09sna/video/sprite: Remove the XV_ALWAYS_ON_TOP restriction for SKL+ scalingVille Syrjälä1-1/+1
2018-05-31sna/video/sprite: Try disabling plane before giving up on colorkeyVille Syrjälä1-3/+13
2018-05-31sna/video/sprite: Make NV12 take the GPU scaling fallbackVille Syrjälä1-2/+10
2018-05-31sna/video/sprite: Add NV12 supportVille Syrjälä1-8/+49
2018-05-31sna/video/sprite: Query planes for RGB565Ville Syrjälä3-1/+78
2018-05-31sna/video/sprite: Add sprite planes in orderVille Syrjälä1-1/+1
2018-05-31sna/video: Add XV_COLORSPACE attribute for the textured Xv adaptorVille Syrjälä24-99/+724
2018-05-31Rename current yuv->rgb shader sources to exa_wm_yuv_rgb_bt601Ville Syrjälä26-48/+48
2018-05-31Remove duplicate exa_wm_yuv_rgb.g5a shader sourceVille Syrjälä1-98/+1
2018-05-12configure: Set DRI1 to autodiscoverChris Wilson1-2/+2
2018-05-02Add Coffeelake PCI IDs for U SkusLiwei Song2-0/+11
2018-05-02Add Coffeelake PCI IDs for H SkusLiwei Song2-0/+7
2018-04-24sna/video/sprite: Retry with GPU scaling if setplane failsVille Syrjälä1-6/+14
2018-04-24sna/video/sprite: Remove stale video->planeVille Syrjälä2-4/+0
2018-04-15sna/present: Only add the first element to the Timer queueChris Wilson1-33/+49
2018-04-13sna: Handle wedged devices during sna_crtc_redisplayChris Wilson1-4/+8
2018-04-06sna: Add some debug output for clipping in stippled_1_bltChris Wilson1-4/+10
2018-04-06sna: Fix the relocation dword for stippled_1_bltChris Wilson1-1/+1
2018-04-04sna: Discard the per-crtc TearFree back buffer on resizeChris Wilson1-0/+5
2018-04-04sna: Always sync before using mmap pointers in memcpy_copy_boxesChris Wilson1-0/+3
2018-04-03sna: Reorder vblank/flip event handling to avoid TearFree recursionChris Wilson3-34/+10
2018-04-03sna: Skip shadow redisplay if flips still pendingChris Wilson1-17/+6
2018-04-03sna: Report the move_to_gpu failed if the allocation failedChris Wilson1-15/+10
2018-04-01sna: Defer submission of the next shadow frame until halfway throughChris Wilson1-2/+4
2018-04-01sna: Force posting of shadow updates for NotifyFdChris Wilson1-6/+13
2018-03-28sna/dri2: Clip application of damage to windowed swapbuffersChris Wilson1-1/+1
2018-03-26sna: Fixup early assert of xf86ScrnToScreenChris Wilson1-1/+1
2018-03-02sna: CustomEDID fixdom.constant@free.fr1-16/+12
2018-03-02sna: Add XV_COLORSPACE attribute support for sprite Xv adaptorsVille Syrjälä4-32/+143
2018-02-14sna/video: Actually use the NV12 shader on gen8Ville Syrjälä1-0/+3
2018-02-08intel: Only check file type bits not mode when searching for rendernodesChris Wilson1-5/+5
2018-02-07sna: Switch from ifdef PICT_ to if XORG_VERSION_CURRENTChris Wilson8-18/+18
2018-02-06meson: Add meson build systemVille Syrjälä13-0/+899
2018-02-06autotools: Nuke IPC_RMID_DEFERRED_RELEASEVille Syrjälä1-26/+0
2018-02-06sna: Make DBG() and ERR() non-emptyVille Syrjälä1-2/+2