summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-11-18drm/vc4/vc4_debugfs: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2020-11-18drm/vc4/vc4_v3d: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2020-11-18drm/vc4/vc4_hdmi: Remove set but unused variable 'ret'Lee Jones1-2/+1
2020-11-18drm/vc4/vc4_hdmi_regs: Mark some data sets as __maybe_unusedLee Jones1-3/+3
2020-11-18drm/v3d/v3d_sched: Demote non-conformant kernel-doc headerLee Jones1-2/+2
2020-11-17drm/v3d/v3d_gem: Provide descriptions for 'v3d_lookup_bos's paramsLee Jones1-0/+2
2020-11-17drm/v3d/v3d_drv: Remove unused static variable 'v3d_v3d_pm_ops'Lee Jones1-36/+0
2020-11-17drm/ttm/ttm_tt: Demote kernel-doc header format abusesLee Jones1-2/+2
2020-11-17drm/ttm/ttm_range_manager: Demote non-conformant kernel-doc headerLee Jones1-1/+1
2020-11-17drm/ttm/ttm_bo: Fix one function header - demote lots of kernel-doc abusesLee Jones1-11/+12
2020-11-17drm/selftests/test-drm_dp_mst_helper: Move 'sideband_msg_req_encode_decode' o...Lee Jones1-3/+8
2020-11-17drm/selftests/test-drm_dp_mst_helper: Place 'struct drm_dp_sideband_msg_req_b...Lee Jones1-11/+20
2020-11-17drm/selftests/test-drm_framebuffer: Remove set but unused variable 'fb'Lee Jones1-2/+1
2020-11-17drm/selftests/test-drm_mm: Mark 'hole_end' as always_unusedLee Jones1-1/+1
2020-11-17drm/rockchip/rockchip_lvds: Fix struct document formattingLee Jones1-1/+1
2020-11-17drm/rockchip/rockchip_rgb: Consume our own headerLee Jones1-0/+1
2020-11-17drm/rockchip/dw-mipi-dsi-rockchip: Demote non-conformant kernel-doc headersLee Jones1-2/+2
2020-11-17drm/pl111/pl111_debugfs: Make local function 'pl111_debugfs_regs()' staticLee Jones1-1/+1
2020-11-17drm/pl111/pl111_display: Make local function staticLee Jones1-1/+1
2020-11-17drm/nouveau/nvkm/core/firmware: Fix formatting, provide missing param descrip...Lee Jones1-4/+5
2020-11-17drm/meson/meson_vclk: Make two local functions staticLee Jones1-4/+4
2020-11-17drm/meson/meson_venc: Make local function 'meson_venc_hdmi_get_dmt_vmode' staticLee Jones1-2/+2
2020-11-17drm/mediatek/mtk_drm_drv: Staticise local function invoked by referenceLee Jones1-2/+2
2020-11-17drm/mediatek/mtk_drm_crtc: Demote seriously out-of-date struct headerLee Jones1-1/+3
2020-11-17drm/mediatek/mtk_disp_rdma: Fix formatting and supply missing struct member d...Lee Jones1-2/+3
2020-11-17drm/mediatek/mtk_disp_ovl: Fix formatting and provide missing member descriptionLee Jones1-2/+3
2020-11-17drm/mediatek/mtk_disp_color: Fix formatting and provide missing member descri...Lee Jones1-2/+3
2020-11-17drm/mediatek/mtk_dpi: Remove unused struct definition 'mtk_dpi_encoder_funcs'Lee Jones1-9/+0
2020-11-17drm/exynos/exynos_drm_gsc: Supply missing description for 'num_limits'Lee Jones1-0/+1
2020-11-17drm/exynos/exynos_drm_fimd: Add missing description for param 'ctx'Lee Jones1-0/+1
2020-11-17drm/exynos/exynos7_drm_decon: Supply missing description for param 'ctx'Lee Jones1-0/+1
2020-11-17drm/drm_dp_mst_topology: Remove set but never used variable 'len'Lee Jones1-2/+2
2020-11-17drm/armada/armada_overlay: Staticify local function 'armada_overlay_duplicate...Lee Jones1-1/+1
2020-11-17drm/panel: Add ABT Y030XX067A 3.0" 320x480 panelPaul Cercueil3-0/+373
2020-11-17drm/meson: dw-hdmi: Ensure that clocks are enabled before touching the TOP re...Marc Zyngier1-2/+2
2020-11-17drm/meson: dw-hdmi: Register a callback to disable the regulatorMarc Zyngier1-0/+9
2020-11-17drm/meson: Unbind all connectors on module removalMarc Zyngier1-1/+3
2020-11-17drm/meson: Free RDMA resources after tearing down DRMMarc Zyngier1-5/+5
2020-11-17drm/omap: dmm_tiler: fix return error code in omap_dmm_probe()Yang Yingliang1-0/+1
2020-11-17drm/qxl: Remove fbcon acceleration leftoversDaniel Vetter1-16/+2
2020-11-17fbcon: Drop EXPORT_SYMBOLDaniel Vetter7-11/+0
2020-11-17fbcon: Disable accelerated scrollingDaniel Vetter1-37/+8
2020-11-17video: fbdev: atmel_lcdfb: fix return error code in atmel_lcdfb_of_init()Yang Yingliang1-1/+1
2020-11-16drm: fix some kernel-doc markupsMauro Carvalho Chehab15-19/+22
2020-11-16video: fix some kernel-doc markupsMauro Carvalho Chehab2-2/+3
2020-11-16fbcon: Avoid using FNTCHARCNT() and hard-coded built-in font charcountPeilin Ye3-41/+23
2020-11-16parisc/sticore: Avoid hard-coding built-in font charcountPeilin Ye1-4/+4
2020-11-16console: Delete dummy con_font_set() and con_font_default() callback implemen...Peilin Ye2-29/+0
2020-11-16console: Delete unused con_font_copy() callback implementationsPeilin Ye3-23/+0
2020-11-16drm/panfrost: Move the GPU reset bits outside the timeout handlerBoris Brezillon3-64/+130