summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)Author
2021-04-22drm/scheduler/sched_entity: Fix some function name disparityLee Jones
2021-04-22drm/ttm/ttm_bo: Fix incorrectly documented function 'ttm_bo_cleanup_refs'Lee Jones
2021-04-22drm: drm_connector.c: Use tabs for code indentsBeatriz Martins de Carvalho
2021-04-22drm: drm_blend.c: Use tabs for code indentsBeatriz Martins de Carvalho
2021-04-22drm: drm_atomic_uapi.c: Use tabs for code indentsBeatriz Martins de Carvalho
2021-04-22drm: drm_context.c: Adjust end of block commentBeatriz Martins de Carvalho
2021-04-22drm: drm_connector.c: Adjust end of block commentBeatriz Martins de Carvalho
2021-04-22drm: drm_bufs.c: Adjust end of block commentBeatriz Martins de Carvalho
2021-04-22drm: drm_auth.c: Adjust end of block commentBeatriz Martins de Carvalho
2021-04-22drm: drm_atomic.c: Adjust end of block commentBeatriz Martins de Carvalho
2021-04-22drm/gma500: remove trailing whitespacesKrzysztof Kozlowski
2021-04-22drm/gma500: correct kerneldocKrzysztof Kozlowski
2021-04-21drm: bridge: add it66121 driverPhong LE
2021-04-20drm/panel: panel-simple: Use runtime pm to avoid excessive unprepare / prepareDouglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Get rid of the useless detect() functionDouglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Move drm_panel_unprepare() to post_disable()Douglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Reorder remove()Douglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Remove incorrectly tagged kerneldoc commentDouglas Anderson
2021-04-20drm/bridge: ti-sn65dsi86: Simplify refclk handlingDouglas Anderson
2021-04-20drm/bridge: Fix the stop condition of drm_bridge_chain_pre_enable()Douglas Anderson
2021-04-20drm/meson: dw-hdmi: disable DW-HDMI CEC sub-driverNeil Armstrong
2021-04-20drm/bridge/synopsys: dw-hdmi: Add an option to suppress loading CEC driverJernej Skrabec
2021-04-20drm/drm_bufs.c: In switch, add break in default caseFabio M. De Francesco
2021-04-20drm/exynos: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-04-19drm/bridge/sii8620: fix dependency on extconRobert Foss
2021-04-19drm/amdgpu: check base size instead of mem.num_pagesChristian König
2021-04-19drm/nouveau: use bo->base.size instead of mem->num_pagesChristian König
2021-04-19drm/ttm: warn stricter about freeing pinned BOsChristian König
2021-04-19drm/amdgpu: freeing pinned objects is illegal nowChristian König
2021-04-19drm/amdgpu: make sure we unpin the UVD BOChristian König
2021-04-15drm/imx: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-04-15drm/vc4: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-04-15drm/tegra: Don't set allow_fb_modifiers explicitlyDaniel Vetter
2021-04-15drm/virtio: Create Dumb BOs as guest Blobs (v3)Vivek Kasireddy
2021-04-14drm/ttm: Don't count pages in SG BOs against pages_limitFelix Kuehling
2021-04-14drm/aperture: Inline fbdev conflict helpers into aperture helpersThomas Zimmermann
2021-04-14drm/aperture: Convert drivers to aperture interfacesThomas Zimmermann
2021-04-14drm/aperture: Add infrastructure for aperture ownershipThomas Zimmermann
2021-04-13drm: bridge: cdns-mhdp8546: Enable HDCPParshuram Thombare
2021-04-12drm: drm_atomic_helper.c: Correct comments formatFabio M. De Francesco
2021-04-12drm: drm_atomic_helper.c: Replace "unsigned" with "unsigned int"Fabio M. De Francesco
2021-04-12gpu: drm: Replace bare "unsigned" with "unsigned int"Fabio M. De Francesco
2021-04-12drm/ttm: re-add debugfs tt_shrink fileChristian König
2021-04-12drm/ttm: fix return value checkChristian König
2021-04-11drm/qxl: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann
2021-04-11drm/nouveau: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann
2021-04-11drm/vram-helper: Use drm_gem_ttm_dumb_map_offset()Thomas Zimmermann
2021-04-11drm/gem-ttm-helper: Provide helper for struct drm_driver.dumb_map_offsetThomas Zimmermann
2021-04-09drm/ttm: make global mutex and use count staticChristian König
2021-04-08drm/panel: Convert sysfs sprintf/snprintf family to sysfs_emitTian Tao