summaryrefslogtreecommitdiffstats
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | gpu: ipu-cpmem: add WARN_ON_ONCE() for unaligned dma buffersSteve Longerbeam2018-11-051-0/+6
| | * | | | | | | | | | | drm/imx: imx-tve: constify clk_ops structureJulia Lawall2018-11-051-1/+1
| | * | | | | | | | | | | drm/imx: Switch to SPDX identifierFabio Estevam2018-11-057-59/+7
| | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge v4.20-rc4 into drm-nextDave Airlie2018-11-2916-59/+160
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'drm-misc-next-2018-11-28' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2018-11-2936-327/+669
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / / / | | |/| | | | | | | | |
| | * | | | | | | | | | drm/vkms: Drop custom vkms_dumb_map().Eric Anholt2018-11-273-30/+0
| | * | | | | | | | | | drm/v3d: Clean up the reservation object setup.Eric Anholt2018-11-271-22/+11
| | * | | | | | | | | | drm/v3d: Update a comment about what uses v3d_job_dependency().Eric Anholt2018-11-271-1/+1
| | * | | | | | | | | | drm/meson: Add support for VIC alternate timingsNeil Armstrong2018-11-273-52/+89
| | * | | | | | | | | | drm/meson: Add HDMI 1.4 4k modesNeil Armstrong2018-11-271-0/+129
| | * | | | | | | | | | drm/sun4i: Pass modifier to backend and frontend format support helpersPaul Kocialkowski2018-11-274-6/+13
| | * | | | | | | | | | drm/sun4i: frontend: Add support for the BGRX8888 output formatPaul Kocialkowski2018-11-272-0/+5
| | * | | | | | | | | | drm/sun4i: Make pitch even for GEM dumb alloc as per hardware constraintPaul Kocialkowski2018-11-271-1/+11
| | * | | | | | | | | | drm/sun4i: frontend: Apply format sub-sampling to CH1 dimensionsPaul Kocialkowski2018-11-271-8/+16
| | * | | | | | | | | | drm/sun4i: backend: Detail the YUV to RGB values coding explanationPaul Kocialkowski2018-11-271-2/+6
| | * | | | | | | | | | drm/sun4i: frontend: Add support for the BGRX8888 input formatPaul Kocialkowski2018-11-273-0/+7
| | * | | | | | | | | | drm/sun4i: frontend: Determine input mode based on the number of planesPaul Kocialkowski2018-11-271-6/+4
| | * | | | | | | | | | drm/sun4i: frontend: Add proper definitions for format registersPaul Kocialkowski2018-11-272-12/+10
| | * | | | | | | | | | drm/sun4i: frontend: Add helpers for input data mode and pixel sequencePaul Kocialkowski2018-11-271-5/+41
| | * | | | | | | | | | drm/sun4i: frontend: Move CSC bypass setup to format update routinePaul Kocialkowski2018-11-271-4/+4
| | * | | | | | | | | | drm/sun4i: Rename sun4i_backend_layer_formats to sun4i_layer_formatsPaul Kocialkowski2018-11-271-3/+3
| | * | | | | | | | | | drm/sun4i: backend: Avoid counting YUV planes that use the frontendPaul Kocialkowski2018-11-271-5/+5
| | * | | | | | | | | | drm/sun4i: backend: Use a specific function to check if a plane is supportedPaul Kocialkowski2018-11-271-5/+22
| | * | | | | | | | | | drm/sun4i: backend: Refine the logic behind using the frontendPaul Kocialkowski2018-11-271-2/+18
| | * | | | | | | | | | drm/sun4i: frontend: Add a helper and a list for supported formatsPaul Kocialkowski2018-11-272-0/+17
| | * | | | | | | | | | drm/sun4i: backend: Add a helper and a list for supported formatsPaul Kocialkowski2018-11-272-0/+28
| | * | | | | | | | | | drm/sun4i: Add TODO comment about supporting scaling with the backendPaul Kocialkowski2018-11-271-0/+5
| | * | | | | | | | | | drm/sun4i: frontend: Replace ARGB with XRGB as supported formatPaul Kocialkowski2018-11-272-4/+3
| | * | | | | | | | | | drm/sun4i: Cleanup video/YUV source before enabling a layerPaul Kocialkowski2018-11-273-0/+13
| | * | | | | | | | | | drm: replace "drm_connector_unreference" with "drm_connector_put"Fernando Ramos2018-11-241-1/+1
| | * | | | | | | | | | drm: remove deprecated "drm_dev_unref" functionFernando Ramos2018-11-241-13/+0
| | * | | | | | | | | | drm: replace "drm_dev_unref" function with "drm_dev_put"Fernando Ramos2018-11-246-11/+11
| | * | | | | | | | | | drm/atomic-helper: WARN if fake_commit->hw_done is not completed as expectedVille Syrjälä2018-11-231-1/+3
| | * | | | | | | | | | drm/atomic-helper: Complete fake_commit->flip_done potentially earlierVille Syrjälä2018-11-231-0/+3
| | * | | | | | | | | | drm/prime: Fix drm_gem_prime_mmap() stack useNoralf Trønnes2018-11-221-11/+20
| | * | | | | | | | | | drm/sun4i: wait on implicit fence before displayQiang Yu2018-11-223-0/+6
| | * | | | | | | | | | drm: Merge drm_info.c into drm_debugfs.cDaniel Vetter2018-11-224-143/+90
| | * | | | | | | | | | drm/meson: Add implicit fencing support for primary and overlay planesKoen Kooi2018-11-212-0/+4
| | * | | | | | | | | | drm/virtio: add edid supportGerd Hoffmann2018-11-215-0/+91
| * | | | | | | | | | | Merge tag 'du-next-20181123' of git://linuxtv.org/pinchartl/media into drm-nextDave Airlie2018-11-296-13/+60
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | drm: rcar-du: Reject modes that fail CRTC timing requirementsLaurent Pinchart2018-11-231-0/+12
| | * | | | | | | | | | | drm: rcar-du: Fix external clock error checksLaurent Pinchart2018-11-231-5/+9
| | * | | | | | | | | | | drm: rcar-du: Enable alpha property on primary planesKieran Bingham2018-11-231-1/+2
| | * | | | | | | | | | | drm: rcar-du: lvds: Add R8A77965 supportLaurent Pinchart2018-11-231-0/+1
| | * | | | | | | | | | | drm: rcar-du: Fix vblank initializationLaurent Pinchart2018-11-231-1/+1
| | * | | | | | | | | | | drm: rcar-du: Fix the return value in case of error in 'rcar_du_crtc_set_crc_...Christophe JAILLET2018-11-231-1/+1
| | * | | | | | | | | | | drm: rcar-du: Add R8A7744 supportBiju Das2018-11-231-1/+2
| | * | | | | | | | | | | drm: rcar-du: Add r8a77470 supportFabrizio Castro2018-11-231-0/+28
| | * | | | | | | | | | | drm: rcar-du: Fix typo in commentLaurent Pinchart2018-11-231-1/+1
| | * | | | | | | | | | | drm/shmobile: Replace drm_dev_unref with drm_dev_putThomas Zimmermann2018-11-231-2/+2
OpenPOWER on IntegriCloud