summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-10-16omapfb: simplify the return expression of sharp_ls_connectLiu Shixin1-6/+1
2020-10-16omapfb: simplify the return expression of panel_dpi_connectLiu Shixin1-6/+1
2020-10-16drm/bridge: lvds-codec: Add support for regulatorBiju Das1-0/+29
2020-10-16video: use kobj_to_dev()Wang Qing1-2/+2
2020-10-16video: Remove set but not used variableLi Heng1-2/+0
2020-10-16drm/panel: rm68200: fix mode to 50fpsYannick Fertre1-6/+6
2020-10-16drm/bridge: ti-sn65dsi86: remove redundant null checkXu Wang1-2/+1
2020-10-16drm/bridge: ti-sn65dsi86: Add retries for link trainingDouglas Anderson1-11/+29
2020-10-16drm/panel: mantix: Fix panel resetGuido Günther1-7/+16
2020-10-16drm/panel: mantix: Don't dereference NULL modeGuido Günther1-1/+1
2020-10-16video: fbdev: sh_mobile_lcdcfb: Remove redundant null check before clk_prepar...Xu Wang1-4/+2
2020-10-16omapfb/dss: Remove redundant null check before clk_prepare_enable/clk_disable...Xu Wang1-4/+2
2020-10-15drm/vkms: Switch to shmem helpersDaniel Vetter8-327/+30
2020-10-15drm/vkms: Set preferred depth correctlyDaniel Vetter1-1/+1
2020-10-15dma-buf: Clarify that dma-buf sg lists are page alignedJianxin Xiong1-0/+21
2020-10-15drm/dp_aux_dev: check aux_dev before use in drm_dp_aux_dev_get_by_minor()Zwane Mwaikambo1-1/+1
2020-10-15drm/ttm: nuke caching placement flagsChristian König13-205/+61
2020-10-15drm/ttm: use caching instead of placement for ttm_io_protChristian König3-12/+17
2020-10-15drm/ttm: add caching state to ttm_bus_placementChristian König6-0/+18
2020-10-15drm/ttm: set the tt caching state at creation timeChristian König11-50/+83
2020-10-15drm: panel: Add novatek nt36672a panel driverSumit Semwal3-0/+722
2020-10-14drm/virtio: Use UUID API for importing the UUIDAndy Shevchenko1-1/+1
2020-10-12drm/aspeed: Fix Kconfig warning & subsequent build errorsRandy Dunlap1-0/+1
2020-10-10drm/tilcdc: Remove tilcdc_crtc_max_width(), use private dataJyri Sarha3-35/+26
2020-10-10drm/tilcdc: Do not keep vblank interrupts enabled all the timeJyri Sarha1-3/+33
2020-10-09drm/aspeed: Set driver CMA functions with DRM_GEM_CMA_DRIVER_OPSThomas Zimmermann1-6/+1
2020-10-09drm/atomic: Pass the full state to CRTC atomic enable/disableMaxime Ripard42-88/+129
2020-10-09drm: aspeed: Fix GENMASK misuseOndrej Jirman1-1/+1
2020-10-09drm/aspeed: Add sysfs for output settingsJoel Stanley1-0/+71
2020-10-08dma-buf: use struct_size macroChristian König1-1/+1
2020-10-08drm/panfrost: Fix job timeout handlingBoris Brezillon1-9/+53
2020-10-08drm/atomic: debug output for EBUSYDaniel Vetter1-3/+17
2020-10-08drm/atomic: document and enforce rules around "spurious" EBUSYDaniel Vetter1-0/+29
2020-10-08drm/fb-helper: Add locking to sysrq handlingDaniel Vetter1-21/+5
2020-10-07drm/ttm: move ttm_set_memory.h out of includeChristian König3-2/+88
2020-10-07drm/ttm: remove ttm_bo_unmap_virtual_locked declaration v2Christian König1-1/+1
2020-10-07drm/vmwgfx: move ttm_bo_swapout_all into vmwgfxChristian König2-12/+5
2020-10-07drm/ttm: drop glob parameter from ttm_bo_swapoutChristian König2-3/+4
2020-10-07drm/ttm: nuke ttm_bo_evict_mm and rename mgr function v3Christian König14-39/+47
2020-10-07drm/ttm: cleanup ttm_handle_caching_state_failureChristian König1-12/+8
2020-10-07drm/ttm: make move callback compulstoryDave Airlie1-12/+1
2020-10-07drm/vram_helper: implement a ttm move callback.Dave Airlie1-0/+21
2020-10-07drm/vmwgfx: add a move callback.Dave Airlie1-1/+19
2020-10-07drm/vmwgfx: move null mem checks outside move notifiesDave Airlie3-4/+3
2020-10-07drm/qxl: drop unused code (v2)Dave Airlie1-21/+8
2020-10-06drm/nouveau/ttm: memcpy waits for bo alreadyDave Airlie1-3/+1
2020-10-06drm/nouveau/ttm: handle ttm moves properly.Dave Airlie1-0/+12
2020-10-05drm/bridge: tc358764: restore connector supportMarek Szyprowski1-15/+92
2020-10-05drm: bridge: dw-hdmi: Constify dw_hdmi_i2s_opsRikard Falkeborn1-1/+1
2020-10-05drm/gma500: fix double free of gma_connectorTom Rix1-1/+1