summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-17465-5642/+8534
|\
| * drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driverJyri Sarha2019-12-164-400/+0
| * gpu/drm: ingenic: Add support for the JZ4770Paul Cercueil2019-12-141-0/+7
| * gpu/drm: ingenic: Check for display size in CRTC atomic checkPaul Cercueil2019-12-141-1/+12
| * gpu/drm: ingenic: Set max FB height to 4095Paul Cercueil2019-12-141-1/+1
| * gpu/drm: ingenic: Use the plane's src_[x,y] to configure DMA lengthPaul Cercueil2019-12-141-2/+2
| * gpu/drm: ingenic: Avoid null pointer deference in plane atomic updatePaul Cercueil2019-12-141-6/+10
| * drm/sun4i: Remove unneeded semicolon in sun4i_layer.czhengbin2019-12-141-2/+2
| * drm/sun4i: Remove unneeded semicolon in sun8i_mixer.czhengbin2019-12-141-4/+4
| * drm/gma500: Pass GPIO for Intel MID using descriptorsLinus Walleij2019-12-141-55/+33
| * drm/atmel: plane_state->fb iff plane_state->crtcDaniel Vetter2019-12-131-1/+1
| * drm/panel: Add Boe Himax8279d MIPI-DSI LCD panelJerry Han2019-12-133-0/+990
| * drm/gma500: globle no more!Daniel Vetter2019-12-131-23/+0
| * media: constify fb ops across all driversJani Nikula2019-12-132-4/+2
| * drm/komeda: Enable new product D32 supportjames qian wang (Arm Technology China)2019-12-125-16/+42
| * drm/komeda: Update the chip identifyjames qian wang (Arm Technology China)2019-12-124-49/+54
| * drm/komeda: Correct d71 register block countingjames qian wang (Arm Technology China)2019-12-121-3/+6
| * drm/udl: Remove udl_fb.cThomas Zimmermann2019-12-112-52/+1
| * drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann2019-12-113-114/+112
| * drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann2019-12-114-24/+0
| * drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann2019-12-113-60/+8
| * drm/udl: Set preferred color depth to 16 bppThomas Zimmermann2019-12-112-2/+2
| * drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann2019-12-112-59/+38
| * drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann2019-12-113-20/+2
| * drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann2019-12-116-177/+86
| * drm/udl: Init connector before encoder and CRTCThomas Zimmermann2019-12-113-9/+18
| * auxdisplay: constify fb opsJani Nikula2019-12-112-2/+2
| * dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz2019-12-113-0/+186
| * dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz2019-12-114-0/+132
| * dma-buf: heaps: Add heap helpersJohn Stultz2019-12-114-0/+327
| * dma-buf: Add dma-buf heaps frameworkAndrew F. Davis2019-12-113-0/+307
| * drm/drm_panel: fix EXPORT of drm_panel_of_backlightSam Ravnborg2019-12-111-1/+1
| * drm/atomic: Update docs around locking and commit sequencingDaniel Vetter2019-12-102-21/+35
| * drm/bridge: panel: export drm_panel_bridge_connectorMihail Atanassov2019-12-101-0/+1
| * drm/ast: Store primary-plane format in struct ast_crtc_stateThomas Zimmermann2019-12-102-9/+20
| * drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann2019-12-102-28/+32
| * drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann2019-12-102-2/+33
| * drm/ast: Add plane atomic_check() functionsThomas Zimmermann2019-12-101-4/+43
| * drm/ast: Clean up arguments of register functionsThomas Zimmermann2019-12-101-62/+43
| * drm/ast: Enable and disable screen in primary-plane functionsThomas Zimmermann2019-12-101-9/+19
| * drm/ast: Move modesetting code to CRTC's atomic_flush()Thomas Zimmermann2019-12-101-21/+10
| * drm/meson: crtc: add OSD1 plane AFBC commitNeil Armstrong2019-12-101-5/+72
| * drm/meson: hold 32 lines after vsync to give time for AFBC startNeil Armstrong2019-12-101-1/+1
| * drm/meson: viu: add AFBC modules routing functionsNeil Armstrong2019-12-102-0/+85
| * drm/meson: plane: add support for AFBC mode for OSD1 planeNeil Armstrong2019-12-103-31/+203
| * drm/meson: Add AFBCD module driverNeil Armstrong2019-12-105-8/+473
| * drm/meson: add RDMA module driverNeil Armstrong2019-12-104-0/+163
| * drm/meson: store the framebuffer width for plane commitNeil Armstrong2019-12-102-0/+2
| * drm/meson: add RDMA register bits definesNeil Armstrong2019-12-101-0/+48
| * drm/meson: add AFBC decoder registers for GXM and G12ANeil Armstrong2019-12-102-0/+77