summaryrefslogtreecommitdiff
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Move intel_engine_mask_t around for use by i915_request_types.hChris Wilson2019-04-0229-152/+191
* drm/i915: Prefault before locking pages in shmem_pwriteChris Wilson2019-04-021-6/+24
* drm/i915: Introduce concept of a sub-platformTvrtko Ursulin2019-04-016-42/+214
* drm/i915: Remove redundant device id from IS_IRONLAKE_M macroTvrtko Ursulin2019-04-011-2/+5
* drm/i915: Split Pineview device info into desktop and mobileTvrtko Ursulin2019-04-013-6/+12
* drm/i915: Check domains for userptr on releaseChris Wilson2019-03-313-5/+6
* drm/i915: Avoid using ctx->file_priv during constructionChris Wilson2019-03-311-9/+10
* drm/i915/guc: Retry GuC load for all load failuresRobert M. Fosha2019-03-301-1/+1
* drm/i915: Always backoff after a drm_modeset_lock() deadlockChris Wilson2019-03-291-1/+4
* drm/i915: Program EXT2 GC MAX registersUma Shankar2019-03-292-0/+23
* drm/i915: Fix GCMAX color register programmingUma Shankar2019-03-291-11/+11
* drm/i915: fix i9xx irq enable/disableDaniele Ceraolo Spurio2019-03-291-7/+3
* drm/i915: move the edram detection out of uncore initDaniele Ceraolo Spurio2019-03-295-52/+50
* drm/i915: Skip the linear degamma LUT load on ICL+Ville Syrjälä2019-03-281-27/+64
* drm/i915: Drop the pointless linear legacy LUT load on CHVVille Syrjälä2019-03-281-16/+1
* drm/i915: Extract ilk_color_check()Ville Syrjälä2019-03-281-43/+33
* drm/i915: Extract bdw_color_check()Ville Syrjälä2019-03-281-0/+39
* drm/i915: Extract glk_color_check()Ville Syrjälä2019-03-281-0/+40
* drm/i915: Extract icl_color_check()Ville Syrjälä2019-03-281-17/+53
* drm/i915: Extract chv_color_check()Ville Syrjälä2019-03-281-4/+36
* drm/i915: Extract i9xx_color_check()Ville Syrjälä2019-03-281-5/+28
* drm/i915: Turn intel_color_check() into a vfuncVille Syrjälä2019-03-282-10/+21
* drm/i915: Extract check_luts()Ville Syrjälä2019-03-281-28/+40
* drm/i915: Update DRIVER_DATE to 20190328Joonas Lahtinen2019-03-281-1/+1
* drm/i915: Update DRIVER_DATE to 20190328Joonas Lahtinen2019-03-281-1/+1
* drm/i915: Update DRIVER_DATE to 20190328Joonas Lahtinen2019-03-281-2/+2
* drm/i915: Reject rotation for some hdr formatsMaarten Lankhorst2019-03-271-0/+5
* drm/i915: Reject Yf tiling for HDR formats, v2.Maarten Lankhorst2019-03-271-5/+5
* drm/i915: Handle YUV subpixel support betterMaarten Lankhorst2019-03-271-10/+19
* Merge drm/drm-next into drm-intel-next-queuedJoonas Lahtinen2019-03-27249-4306/+9978
|\
| * Merge tag 'drm-misc-next-2019-03-21' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-03-25140-1707/+8058
| |\
| | * drm/fourcc: Fix conflicting Y41x definitionsMaarten Lankhorst2019-03-213-30/+30
| | * drm/selftests/mm: Switch to bitmap_zalloc()Andy Shevchenko2019-03-201-7/+5
| | * tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfersNoralf Trønnes2019-03-202-19/+45
| | * drm/vboxvideo: Remove unused including <linux/version.h>YueHaibing2019-03-201-1/+0
| | * drm/meson: exclusively use the canvas provider moduleMaxime Jourdan2019-03-209-243/+51
| | * drm: add non-desktop quirks to Sensics and OSVR headsets.Ryan Pavlik2019-03-151-0/+6
| | * drm/sun4i: mixer: Simplify the get_id logicMaxime Ripard2019-03-151-28/+12
| | * drm/sun4i: backend: Simplify the get_id logicMaxime Ripard2019-03-151-23/+12
| | * drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt2019-03-147-269/+115
| | * drm: Add library for shmem backed GEM objectsNoralf Trønnes2019-03-143-0/+632
| | * drm/dp: Set the connector's TILE property even for DP SST connectorsManasi Navare2019-03-142-2/+12
| | * drm/v3d: Fix calling drm_sched_resubmit_jobs for same sched.Andrey Grodzovsky2019-03-141-8/+5
| | * drm/v3d: Remove some dead members of struct v3d_bo.Eric Anholt2019-03-142-10/+0
| | * drm/v3d: Use drm_gem_lock_reservations()/drm_gem_unlock_reservations()Eric Anholt2019-03-141-50/+6
| | * drm: Add helpers for locking an array of BO reservations.Eric Anholt2019-03-141-0/+78
| | * Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Sean Paul2019-03-135-12/+109
| | |\
| | * | gpu: drm: atomic_helper: Fix spelling errorsKieran Bingham2019-03-131-2/+2
| | * | drm/arm/malidp: Added support for AFBC modifiers for all layers except DE_SMARTAyan Kumar Halder2019-03-122-3/+29
| | * | drm/arm/malidp:- Disregard the pitch alignment constraint for AFBC framebuffer.Ayan Kumar Halder2019-03-121-2/+2