summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2019-03-20tinydrm/mipi-dbi: Use dma-safe buffers for all SPI transfersNoralf Trønnes2-19/+45
2019-03-20drm/vboxvideo: Remove unused including <linux/version.h>YueHaibing1-1/+0
2019-03-20drm/meson: exclusively use the canvas provider moduleMaxime Jourdan9-243/+51
2019-03-15drm: add non-desktop quirks to Sensics and OSVR headsets.Ryan Pavlik1-0/+6
2019-03-15drm/sun4i: mixer: Simplify the get_id logicMaxime Ripard1-28/+12
2019-03-15drm/sun4i: backend: Simplify the get_id logicMaxime Ripard1-23/+12
2019-03-14drm/v3d: Use the new shmem helpers to reduce driver boilerplate.Eric Anholt7-269/+115
2019-03-14drm: Add library for shmem backed GEM objectsNoralf Trønnes3-0/+632
2019-03-14drm/dp: Set the connector's TILE property even for DP SST connectorsManasi Navare2-2/+12
2019-03-14drm/v3d: Fix calling drm_sched_resubmit_jobs for same sched.Andrey Grodzovsky1-8/+5
2019-03-14drm/v3d: Remove some dead members of struct v3d_bo.Eric Anholt2-10/+0
2019-03-14drm/v3d: Use drm_gem_lock_reservations()/drm_gem_unlock_reservations()Eric Anholt1-50/+6
2019-03-14drm: Add helpers for locking an array of BO reservations.Eric Anholt1-0/+78
2019-03-13Merge tag 'topic/hdr-formats-2019-03-13' of git://anongit.freedesktop.org/drm...Sean Paul5-12/+109
2019-03-13gpu: drm: atomic_helper: Fix spelling errorsKieran Bingham1-2/+2
2019-03-13drm/i915/icl: Implement half float formatsKevin Strasser2-3/+91
2019-03-13drm/i915: Refactor icl_is_hdr_planeKevin Strasser4-9/+14
2019-03-13drm/fourcc: Add 64 bpp half float formatsKevin Strasser1-0/+4
2019-03-12drm/arm/malidp: Added support for AFBC modifiers for all layers except DE_SMARTAyan Kumar Halder2-3/+29
2019-03-12drm/arm/malidp:- Disregard the pitch alignment constraint for AFBC framebuffer.Ayan Kumar Halder1-2/+2
2019-03-12drm/arm/malidp:- Use the newly introduced malidp_format_get_bpp() instead of ...Ayan Kumar Halder1-5/+10
2019-03-12drm/arm/malidp:- Writeback framebuffer does not support any modifiersAyan Kumar Halder1-0/+5
2019-03-12drm/arm/malidp: Specified the rotation memory requirements for AFBC YUV formatsAyan Kumar Halder3-11/+98
2019-03-12drm/arm/malidp:- Define a common list of AFBC format modifiers supported for ...Ayan Kumar Halder6-40/+246
2019-03-12drm/arm/malidp:- Added support for new YUV formats for DP500, DP550 and DP650Ayan Kumar Halder1-1/+21
2019-03-12drm/arm/malidp: Set the AFBC register bits if the framebuffer has AFBC modifierAyan Kumar Halder4-23/+136
2019-03-12drm: Added a new format DRM_FORMAT_XVYU2101010Ayan Kumar Halder1-0/+1
2019-03-12drm/fourcc: Add AFBC yuv fourccs for MaliBrian Starkey1-0/+16
2019-03-11drm/vboxvideo: Move the vboxvideo driver out of stagingHans de Goede25-10/+3
2019-03-11staging/vboxvideo: Refactor vbox_update_mode_hintsHans de Goede1-8/+7
2019-03-11staging/vboxvideo: Drop initial_mode_queried workaroundHans de Goede5-56/+5
2019-03-11staging/vboxvideo: Another FIXME itemDaniel Vetter1-0/+5
2019-03-11drm/stm: fix CONFIG_FB dependencyArnd Bergmann1-1/+1
2019-03-08drm/v3d: Add support for V3D v4.2.Eric Anholt4-17/+63
2019-03-08drm/v3d: Handle errors from IRQ setup.Eric Anholt3-5/+18
2019-03-08drm/v3d: Make sure the GPU is on when measuring clocks.Eric Anholt1-0/+8
2019-03-08drm/v3d: Don't try to set OVRTMUOUT on V3D 4.x.Eric Anholt2-1/+4
2019-03-08Merge tag 'topic/hdr-formats-2019-03-07' of git://anongit.freedesktop.org/drm...Sean Paul7-19/+178
2019-03-07drm: export drm_timeout_abs_to_jiffiesQiang Yu1-1/+2
2019-03-07drm/sun4i: rgb: Change the pixel clock validation checkMaxime Ripard1-2/+35
2019-03-07drm/sun4i: Move rate variables to long longMaxime Ripard1-2/+2
2019-03-07drm/sun4i: rgb: Store the bridge pointerMaxime Ripard1-4/+4
2019-03-07drm/sun4i: Move the panel pointer from the TCON to the encodersMaxime Ripard3-34/+24
2019-03-07drm/vc4: Use 16bpp by default for the fbdev bufferMaxime Ripard1-1/+1
2019-03-06Merge drm/drm-next into drm-misc-nextSean Paul342-2951/+6168
2019-03-06drm/vc4: Add a debugfs entry to disable/enable the load trackerPaul Kocialkowski3-0/+21
2019-03-06drm/vc4: Add a load tracker to prevent HVS underflow errorsBoris Brezillon4-1/+171
2019-03-06drm/vc4: Report HVS underrun errorsBoris Brezillon6-35/+140
2019-03-05drm/dsc: Split DSC PPS and SDP header initialisationsDavid Francis2-61/+60
2019-03-05drm/dsc: Add native 420 and 422 support to compute_rc_paramsDavid Francis2-11/+26