| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | gpu/drm: ingenic: Avoid null pointer deference in plane atomic update | Paul Cercueil | 2019-12-14 | 1 | -6/+10 | |
| | * | | | | | | | | | | | drm/sun4i: Remove unneeded semicolon in sun4i_layer.c | zhengbin | 2019-12-14 | 1 | -2/+2 | |
| | * | | | | | | | | | | | drm/sun4i: Remove unneeded semicolon in sun8i_mixer.c | zhengbin | 2019-12-14 | 1 | -4/+4 | |
| | * | | | | | | | | | | | drm/gma500: Pass GPIO for Intel MID using descriptors | Linus Walleij | 2019-12-14 | 1 | -55/+33 | |
| | * | | | | | | | | | | | drm/atmel: plane_state->fb iff plane_state->crtc | Daniel Vetter | 2019-12-13 | 1 | -1/+1 | |
| | * | | | | | | | | | | | drm/panel: Add Boe Himax8279d MIPI-DSI LCD panel | Jerry Han | 2019-12-13 | 3 | -0/+990 | |
| | * | | | | | | | | | | | drm/gma500: globle no more! | Daniel Vetter | 2019-12-13 | 1 | -23/+0 | |
| | * | | | | | | | | | | | drm/komeda: Enable new product D32 support | james qian wang (Arm Technology China) | 2019-12-12 | 5 | -16/+42 | |
| | * | | | | | | | | | | | drm/komeda: Update the chip identify | james qian wang (Arm Technology China) | 2019-12-12 | 4 | -49/+54 | |
| | * | | | | | | | | | | | drm/komeda: Correct d71 register block counting | james qian wang (Arm Technology China) | 2019-12-12 | 1 | -3/+6 | |
| | * | | | | | | | | | | | drm/udl: Remove udl_fb.c | Thomas Zimmermann | 2019-12-11 | 2 | -52/+1 | |
| | * | | | | | | | | | | | drm/udl: Move udl_handle_damage() into udl_modeset.c | Thomas Zimmermann | 2019-12-11 | 3 | -114/+112 | |
| | * | | | | | | | | | | | drm/udl: Remove struct udl_device.active_fb_16 | Thomas Zimmermann | 2019-12-11 | 4 | -24/+0 | |
| | * | | | | | | | | | | | drm/udl: Convert to drm_atomic_helper_dirtyfb() | Thomas Zimmermann | 2019-12-11 | 3 | -60/+8 | |
| | * | | | | | | | | | | | drm/udl: Set preferred color depth to 16 bpp | Thomas Zimmermann | 2019-12-11 | 2 | -2/+2 | |
| | * | | | | | | | | | | | drm/udl: Inline DPMS code into CRTC enable and disable functions | Thomas Zimmermann | 2019-12-11 | 2 | -59/+38 | |
| | * | | | | | | | | | | | drm/udl: Switch to atomic suspend/resume helpers | Thomas Zimmermann | 2019-12-11 | 3 | -20/+2 | |
| | * | | | | | | | | | | | drm/udl: Convert to struct drm_simple_display_pipe | Thomas Zimmermann | 2019-12-11 | 6 | -177/+86 | |
| | * | | | | | | | | | | | drm/udl: Init connector before encoder and CRTC | Thomas Zimmermann | 2019-12-11 | 3 | -9/+18 | |
| | * | | | | | | | | | | | drm/drm_panel: fix EXPORT of drm_panel_of_backlight | Sam Ravnborg | 2019-12-11 | 1 | -1/+1 | |
| | * | | | | | | | | | | | drm/atomic: Update docs around locking and commit sequencing | Daniel Vetter | 2019-12-10 | 2 | -21/+35 | |
| | * | | | | | | | | | | | drm/bridge: panel: export drm_panel_bridge_connector | Mihail Atanassov | 2019-12-10 | 1 | -0/+1 | |
| | * | | | | | | | | | | | drm/ast: Store primary-plane format in struct ast_crtc_state | Thomas Zimmermann | 2019-12-10 | 2 | -9/+20 | |
| | * | | | | | | | | | | | drm/ast: Store VBIOS mode info in struct ast_crtc_state | Thomas Zimmermann | 2019-12-10 | 2 | -28/+32 | |
| | * | | | | | | | | | | | drm/ast: Introduce struct ast_crtc_state | Thomas Zimmermann | 2019-12-10 | 2 | -2/+33 | |
| | * | | | | | | | | | | | drm/ast: Add plane atomic_check() functions | Thomas Zimmermann | 2019-12-10 | 1 | -4/+43 | |
| | * | | | | | | | | | | | drm/ast: Clean up arguments of register functions | Thomas Zimmermann | 2019-12-10 | 1 | -62/+43 | |
| | * | | | | | | | | | | | drm/ast: Enable and disable screen in primary-plane functions | Thomas Zimmermann | 2019-12-10 | 1 | -9/+19 | |
| | * | | | | | | | | | | | drm/ast: Move modesetting code to CRTC's atomic_flush() | Thomas Zimmermann | 2019-12-10 | 1 | -21/+10 | |
| | * | | | | | | | | | | | drm/meson: crtc: add OSD1 plane AFBC commit | Neil Armstrong | 2019-12-10 | 1 | -5/+72 | |
| | * | | | | | | | | | | | drm/meson: hold 32 lines after vsync to give time for AFBC start | Neil Armstrong | 2019-12-10 | 1 | -1/+1 | |
| | * | | | | | | | | | | | drm/meson: viu: add AFBC modules routing functions | Neil Armstrong | 2019-12-10 | 2 | -0/+85 | |
| | * | | | | | | | | | | | drm/meson: plane: add support for AFBC mode for OSD1 plane | Neil Armstrong | 2019-12-10 | 3 | -31/+203 | |
| | * | | | | | | | | | | | drm/meson: Add AFBCD module driver | Neil Armstrong | 2019-12-10 | 5 | -8/+473 | |
| | * | | | | | | | | | | | drm/meson: add RDMA module driver | Neil Armstrong | 2019-12-10 | 4 | -0/+163 | |
| | * | | | | | | | | | | | drm/meson: store the framebuffer width for plane commit | Neil Armstrong | 2019-12-10 | 2 | -0/+2 | |
| | * | | | | | | | | | | | drm/meson: add RDMA register bits defines | Neil Armstrong | 2019-12-10 | 1 | -0/+48 | |
| | * | | | | | | | | | | | drm/meson: add AFBC decoder registers for GXM and G12A | Neil Armstrong | 2019-12-10 | 2 | -0/+77 | |
| | * | | | | | | | | | | | drm/panel: tpo-tpg110: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -14/+6 | |
| | * | | | | | | | | | | | drm/panel: tpo-td028ttec1: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -10/+4 | |
| | * | | | | | | | | | | | drm/panel: sitronix-st7789v: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -33/+4 | |
| | * | | | | | | | | | | | drm/panel: sitronix-st7701: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -8/+4 | |
| | * | | | | | | | | | | | drm/panel: sharp-ls043t1le01: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -13/+7 | |
| | * | | | | | | | | | | | drm/panel: sharp-lq101r1sx01: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -14/+7 | |
| | * | | | | | | | | | | | drm/panel: seiko-43wvf1g: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -30/+6 | |
| | * | | | | | | | | | | | drm/panel: ronbo-rb070d30: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -16/+3 | |
| | * | | | | | | | | | | | drm/panel: rocktech-jh057n00900: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -12/+12 | |
| | * | | | | | | | | | | | drm/panel: raydium-rm68200: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -10/+5 | |
| | * | | | | | | | | | | | drm/panel: panasonic-vvx10f034n00: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -39/+6 | |
| | * | | | | | | | | | | | drm/panel: osd-osd101t2587-53ts: use drm_panel backlight support | Sam Ravnborg | 2019-12-09 | 1 | -15/+9 | |

