aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-18udmabuf: fix dma-buf cpu accessGurchetan Singh1-4/+3
2019-12-17drm/mcde: Some fixes to handling video modeLinus Walleij2-48/+192
2019-12-17drm/drm_panel: Fix EXPORT of drm_panel_of_backlight() one more timeAndy Shevchenko1-1/+1
2019-12-18dma-heap: Make the symbol 'dma_heap_ioctl_cmds' staticzhong jiang1-1/+1
2019-12-17dma-buf: fix resource leak on -ENOTTY error return pathColin Ian King1-1/+2
2019-12-17drm: remove duplicate check on parent and avoid BUG_ONAditya Pakki1-2/+3
2019-12-17drm/mediatek: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-17drm/malidp: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-17drm/etnaviv: Use dma_resv locking wrappersDaniel Vetter1-5/+3
2019-12-17drm/vc4: Use dma_resv locking wrappersDaniel Vetter1-6/+5
2019-12-17drm/msm: Use dma_resv locking wrappersDaniel Vetter1-5/+5
2019-12-17dma-buf: heaps: Remove redundant heap identifier from system heap nameAndrew F. Davis1-1/+1
2019-12-17dma-buf: heaps: Use _IOCTL_ for userspace IOCTL identifierAndrew F. Davis1-2/+2
2019-12-16drm/edid: Make sure the CEA mode arrays have the correct amount of modesVille Syrjälä1-0/+3
2019-12-16drm/edid: Throw away the dummy VIC 0 cea modeVille Syrjälä1-8/+4
2019-12-16drm/edid: Add CTA-861-G modes with VIC >= 193Ville Syrjälä1-2/+149
2019-12-16drm/edid: Abstract away cea_edid_modes[]Ville Syrjälä1-22/+45
2019-12-16drm/virtio: use damage info for display updates.Gerd Hoffmann1-17/+24
2019-12-16drm/virtio: batch display update commands.Gerd Hoffmann3-2/+31
2019-12-16drm/virtio: skip set_scanout if framebuffer didn't changeGerd Hoffmann1-14/+21
2019-12-16drm/virtio: plane_state->fb iff plane_state->crtcDaniel Vetter1-1/+1
2019-12-16drm/bochs: Remove unneeded semicolonzhengbin1-1/+1
2019-12-16drm/modes: parse_cmdline: Explicitly memset the passed in drm_cmdline_mode structHans de Goede1-3/+2
2019-12-16drm/modes: parse_cmdline: Remove some unnecessary code (v2)Hans de Goede1-5/+0
2019-12-16drm/modes: parse_cmdline: Add support for specifying panel_orientation (v2)Hans de Goede3-0/+55
2019-12-16drm/modes: parse_cmdline: Allow specifying stand-alone optionsHans de Goede3-58/+86
2019-12-16drm/modes: parse_cmdline: Set bpp/refresh_specified after successful parsingHans de Goede1-4/+5
2019-12-16drm/modes: parse_cmdline: Add freestanding argument to drm_mode_parse_cmdline_options()Hans de Goede1-0/+5
2019-12-16drm/modes: parse_cmdline: Rework drm_mode_parse_cmdline_options()Hans de Goede1-12/+9
2019-12-16drm/modes: parse_cmdline: Accept extras directly after mode combined with optionsHans de Goede3-0/+26
2019-12-16drm/modes: parse_cmdline: Stop parsing extras after bpp / refresh at ', 'Hans de Goede3-4/+33
2019-12-16drm/modes: parse_cmdline: Make various char pointers constHans de Goede1-5/+5
2019-12-16drm/modes: parse_cmdline: Fix possible reference past end of stringHans de Goede1-38/+30
2019-12-16drm/rockchip: dsi: add px30 supportHeiko Stuebner1-0/+27
2019-12-16drm/rockchip: add ability to handle external dphys in mipi-dsiHeiko Stuebner1-4/+64
2019-12-16drm/bridge/synopsys: dsi: move phy_ops callbacks around panel enablementHeiko Stuebner1-7/+6
2019-12-16drm/bridge/synopsys: dsi: driver-specific configuration of phy timingsHeiko Stuebner4-7/+112
2019-12-16drm/tilcdc: Remove obsolete bundled tilcdc tfp410 driverJyri Sarha4-400/+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-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 Walleij1-55/+33
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 Han3-0/+990
2019-12-13drm/gma500: globle no more!Daniel Vetter1-23/+0
2019-12-13media: constify fb ops across all driversJani Nikula2-4/+2