summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-10drm/meson: store the framebuffer width for plane commitNeil Armstrong2-0/+2
2019-12-10drm/meson: add RDMA register bits definesNeil Armstrong1-0/+48
2019-12-10drm/meson: add AFBC decoder registers for GXM and G12ANeil Armstrong2-0/+77
2019-12-09drm/panel: tpo-tpg110: use drm_panel backlight supportSam Ravnborg1-14/+6
2019-12-09drm/panel: tpo-td028ttec1: use drm_panel backlight supportSam Ravnborg1-10/+4
2019-12-09drm/panel: sitronix-st7789v: use drm_panel backlight supportSam Ravnborg1-33/+4
2019-12-09drm/panel: sitronix-st7701: use drm_panel backlight supportSam Ravnborg1-8/+4
2019-12-09drm/panel: sharp-ls043t1le01: use drm_panel backlight supportSam Ravnborg1-13/+7
2019-12-09drm/panel: sharp-lq101r1sx01: use drm_panel backlight supportSam Ravnborg1-14/+7
2019-12-09drm/panel: seiko-43wvf1g: use drm_panel backlight supportSam Ravnborg1-30/+6
2019-12-09drm/panel: ronbo-rb070d30: use drm_panel backlight supportSam Ravnborg1-16/+3
2019-12-09drm/panel: rocktech-jh057n00900: use drm_panel backlight supportSam Ravnborg1-12/+12
2019-12-09drm/panel: raydium-rm68200: use drm_panel backlight supportSam Ravnborg1-10/+5
2019-12-09drm/panel: panasonic-vvx10f034n00: use drm_panel backlight supportSam Ravnborg1-39/+6
2019-12-09drm/panel: osd-osd101t2587-53ts: use drm_panel backlight supportSam Ravnborg1-15/+9
2019-12-09drm/panel: olimex-lcd-olinuxino: use drm_panel backlight supportSam Ravnborg1-12/+6
2019-12-09drm/panel: lvds: use drm_panel backlight supportSam Ravnborg1-35/+5
2019-12-09drm/panel: kingdisplay-kd097d04: use drm_panel backlight supportSam Ravnborg1-20/+8
2019-12-09drm/panel: innolux-p079zca: use drm_panel backlight supportSam Ravnborg1-20/+8
2019-12-09drm/panel: ilitek-ili9881c: use drm_panel backlight supportSam Ravnborg1-16/+3
2019-12-09drm/panel: feiyang-fy07024di26a30d: use drm_panel backlight supportSam Ravnborg1-7/+3
2019-12-09drm/panel: drop drm_device from drm_panelSam Ravnborg37-78/+68
2019-12-09drm/panel: decouple connector from drm_panelSam Ravnborg25-29/+30
2019-12-09drm/panel: add drm_connector argument to get_modes()Sam Ravnborg40-128/+140
2019-12-09drm: get drm_bridge_panel connector via helperSam Ravnborg3-2/+19
2019-12-09drm/panel: simple: use drm_panel backlight supportSam Ravnborg1-39/+11
2019-12-09drm/panel: add backlight supportSam Ravnborg1-2/+60
2019-12-09drm/drm_panel: no error when no callbackSam Ravnborg1-10/+25
2019-12-09drm/gma500: add a missed gma_power_end in error pathChuhong Yuan1-0/+1
2019-12-09HID: picoLCD: constify fb opsJani Nikula1-2/+1
2019-12-09drm/bridge: Clarify the atomic enable/disable hooks semanticsBoris Brezillon1-12/+12
2019-12-09drm/bridge: Make the bridge chain a double-linked listBoris Brezillon4-73/+129
2019-12-09drm: Stop accessing encoder->bridge directlyBoris Brezillon5-16/+37
2019-12-09drm/bridge: Introduce drm_bridge_get_next_bridge()Boris Brezillon4-6/+9
2019-12-09drm/bridge: Rename bridge helpers targeting a bridge chainBoris Brezillon6-80/+86
2019-12-06drm/dp_mst: Remove VCPI while disabling topology mgrWayne Lin1-0/+13
2019-12-06drm/panfrost: Register devfreq cooling deviceRobin Murphy1-11/+21
2019-12-06drm/udl: Remove field lost_pixels from struct udl_deviceThomas Zimmermann4-10/+8
2019-12-06drm/udl: Begin/end access to imported buffers in damage-handlerThomas Zimmermann1-20/+23
2019-12-06drm/udl: Move log-cpp code out of udl_damage_handler()Thomas Zimmermann1-5/+12
2019-12-06drm/udl: Move clip-rectangle code out of udl_handle_damage()Thomas Zimmermann1-16/+32
2019-12-06drm/udl: Vmap framebuffer after all tests succeeded in damage handlingThomas Zimmermann2-13/+7