summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-12-16drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driverJyri Sarha5-421/+0
2019-12-14gpu/drm: ingenic: Add support for the JZ4770Paul Cercueil1-0/+7
2019-12-14gpu/drm: ingenic: Check for display size in CRTC atomic checkPaul Cercueil1-1/+12
2019-12-14gpu/drm: ingenic: Set max FB height to 4095Paul Cercueil1-1/+1
2019-12-14gpu/drm: ingenic: Use the plane's src_[x,y] to configure DMA lengthPaul Cercueil1-2/+2
2019-12-14gpu/drm: ingenic: Avoid null pointer deference in plane atomic updatePaul Cercueil1-6/+10
2019-12-14dt-bindings: display/ingenic: Add compatible string for JZ4770Paul Cercueil1-0/+1
2019-12-14drm/sun4i: Remove unneeded semicolon in sun4i_layer.czhengbin1-2/+2
2019-12-14drm/sun4i: Remove unneeded semicolon in sun8i_mixer.czhengbin1-4/+4
2019-12-14drm/gma500: Pass GPIO for Intel MID using descriptorsLinus Walleij3-74/+51
2019-12-13drm/atmel: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-13drm/panel: Add Boe Himax8279d MIPI-DSI LCD panelJerry Han4-0/+996
2019-12-13drm/gma500: globle no more!Daniel Vetter1-23/+0
2019-12-13media: constify fb ops across all driversJani Nikula2-4/+2
2019-12-12drm/komeda: Enable new product D32 supportjames qian wang (Arm Technology China)5-16/+42
2019-12-12drm/komeda: Update the chip identifyjames qian wang (Arm Technology China)4-49/+54
2019-12-12drm/komeda: Correct d71 register block countingjames qian wang (Arm Technology China)1-3/+6
2019-12-11drm/udl: Remove udl_fb.cThomas Zimmermann2-52/+1
2019-12-11drm/udl: Move udl_handle_damage() into udl_modeset.cThomas Zimmermann3-114/+112
2019-12-11drm/udl: Remove struct udl_device.active_fb_16Thomas Zimmermann4-24/+0
2019-12-11drm/udl: Convert to drm_atomic_helper_dirtyfb()Thomas Zimmermann3-60/+8
2019-12-11drm/udl: Set preferred color depth to 16 bppThomas Zimmermann2-2/+2
2019-12-11drm/udl: Inline DPMS code into CRTC enable and disable functionsThomas Zimmermann2-59/+38
2019-12-11drm/udl: Switch to atomic suspend/resume helpersThomas Zimmermann3-20/+2
2019-12-11drm/udl: Convert to struct drm_simple_display_pipeThomas Zimmermann6-177/+86
2019-12-11drm/udl: Init connector before encoder and CRTCThomas Zimmermann3-9/+18
2019-12-11drm/edid: Increase size of VDB and CMDB bitmaps to 256 bitsThomas Anderson1-8/+8
2019-12-11auxdisplay: constify fb opsJani Nikula2-2/+2
2019-12-11kselftests: Add dma-heap testJohn Stultz2-0/+402
2019-12-11dma-buf: heaps: Add CMA heap to dmabuf heapsJohn Stultz3-0/+186
2019-12-11dma-buf: heaps: Add system heap to dmabuf heapsJohn Stultz4-0/+132
2019-12-11dma-buf: heaps: Add heap helpersJohn Stultz4-0/+327
2019-12-11dma-buf: Add dma-buf heaps frameworkAndrew F. Davis6-0/+437
2019-12-11drm/drm_panel: fix EXPORT of drm_panel_of_backlightSam Ravnborg1-1/+1
2019-12-10drm/doc: Drop :c:func: markupDaniel Vetter3-43/+36
2019-12-10drm/atomic: Update docs around locking and commit sequencingDaniel Vetter4-24/+56
2019-12-10drm/bridge: panel: export drm_panel_bridge_connectorMihail Atanassov1-0/+1
2019-12-10drm/ast: Store primary-plane format in struct ast_crtc_stateThomas Zimmermann2-9/+20
2019-12-10drm/ast: Store VBIOS mode info in struct ast_crtc_stateThomas Zimmermann2-28/+32
2019-12-10drm/ast: Introduce struct ast_crtc_stateThomas Zimmermann2-2/+33
2019-12-10drm/ast: Add plane atomic_check() functionsThomas Zimmermann1-4/+43
2019-12-10drm/ast: Clean up arguments of register functionsThomas Zimmermann1-62/+43
2019-12-10drm/ast: Enable and disable screen in primary-plane functionsThomas Zimmermann1-9/+19
2019-12-10drm/ast: Move modesetting code to CRTC's atomic_flush()Thomas Zimmermann1-21/+10
2019-12-10drm/meson: crtc: add OSD1 plane AFBC commitNeil Armstrong1-5/+72
2019-12-10drm/meson: hold 32 lines after vsync to give time for AFBC startNeil Armstrong1-1/+1
2019-12-10drm/meson: viu: add AFBC modules routing functionsNeil Armstrong2-0/+85
2019-12-10drm/meson: plane: add support for AFBC mode for OSD1 planeNeil Armstrong3-31/+203
2019-12-10drm/meson: Add AFBCD module driverNeil Armstrong5-8/+473
2019-12-10drm/meson: add RDMA module driverNeil Armstrong4-0/+163