summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * drm/i915/icl: Implement half float formatsKevin Strasser2019-03-132-3/+91
| | * drm/i915: Refactor icl_is_hdr_planeKevin Strasser2019-03-134-9/+14
| | * drm/fourcc: Add 64 bpp half float formatsKevin Strasser2019-03-131-0/+4
| * | 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
| * | drm/arm/malidp:- Use the newly introduced malidp_format_get_bpp() instead of ...Ayan Kumar Halder2019-03-121-5/+10
| * | drm/arm/malidp:- Writeback framebuffer does not support any modifiersAyan Kumar Halder2019-03-121-0/+5
| * | drm/arm/malidp: Specified the rotation memory requirements for AFBC YUV formatsAyan Kumar Halder2019-03-123-11/+98
| * | drm/arm/malidp:- Define a common list of AFBC format modifiers supported for ...Ayan Kumar Halder2019-03-126-40/+246
| * | drm/arm/malidp:- Added support for new YUV formats for DP500, DP550 and DP650Ayan Kumar Halder2019-03-121-1/+21
| * | drm/arm/malidp: Set the AFBC register bits if the framebuffer has AFBC modifierAyan Kumar Halder2019-03-124-23/+136
| * | drm: Added a new format DRM_FORMAT_XVYU2101010Ayan Kumar Halder2019-03-121-0/+1
| * | drm/fourcc: Add AFBC yuv fourccs for MaliBrian Starkey2019-03-121-0/+16
| * | drm/vboxvideo: Move the vboxvideo driver out of stagingHans de Goede2019-03-1122-0/+3980
| * | drm/stm: fix CONFIG_FB dependencyArnd Bergmann2019-03-111-1/+1
| * | drm/v3d: Add support for V3D v4.2.Eric Anholt2019-03-084-17/+63
| * | drm/v3d: Handle errors from IRQ setup.Eric Anholt2019-03-083-5/+18
| * | drm/v3d: Make sure the GPU is on when measuring clocks.Eric Anholt2019-03-081-0/+8
| * | drm/v3d: Don't try to set OVRTMUOUT on V3D 4.x.Eric Anholt2019-03-082-1/+4
| * | Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm...Sean Paul2019-03-087-19/+178
| |\|
| | * drm/i915/icl: Enabling Y2xx and Y4xx (xx:10/12/16) formats for universal planesSwati Sharma2019-03-052-1/+89
| | * drm/i915/icl: Add Y2xx and Y4xx (xx:10/12/16) plane control definitionsSwati Sharma2019-03-051-0/+6
| | * drm: Add Y2xx and Y4xx (xx:10/12/16) format definitions and fourccSwati Sharma2019-03-051-0/+6
| | * drm/i915: Enable P010, P012, P016 formats for primary and sprite planesJuha-Pekka Heikkila2019-03-051-2/+26
| | * drm/i915: Preparations for enabling P010, P012, P016 formatsJuha-Pekka Heikkila2019-03-055-17/+49
| | * drm/i915: Add P010, P012, P016 plane control definitionsJuha-Pekka Heikkila2019-03-051-0/+3
| * | drm: export drm_timeout_abs_to_jiffiesQiang Yu2019-03-071-1/+2
| * | drm/sun4i: rgb: Change the pixel clock validation checkMaxime Ripard2019-03-071-2/+35
| * | drm/sun4i: Move rate variables to long longMaxime Ripard2019-03-071-2/+2
| * | drm/sun4i: rgb: Store the bridge pointerMaxime Ripard2019-03-071-4/+4
| * | drm/sun4i: Move the panel pointer from the TCON to the encodersMaxime Ripard2019-03-073-34/+24
| * | drm/vc4: Use 16bpp by default for the fbdev bufferMaxime Ripard2019-03-071-1/+1