-
- Downloads
Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux
Pull drm update from Dave Airlie: "Exynos and Radeon mostly, with a dma-buf and ttm fix thrown in. It's a bit big but its mostly exynos license fix ups and I'd rather not hold those up since its legally stuff. Radeon has a couple of fixes from dma engine work, TTM is just a locking fix, and dma-buf fix has been hanging around and I finally got a chance to review it." * 'drm-fixes' of git://people.freedesktop.org/~airlied/linux: (30 commits) drm/ttm: fix fence locking in ttm_buffer_object_transfer drm/prime: drop reference on imported dma-buf come from gem drm/radeon: add quirk for d3 delay during switcheroo poweron for apple macbooks drm/exynos: move finish page flip to a common place drm/exynos: fimd: modify condition in fimd resume drm/radeon: fix DMA CS parser for r6xx linear copy packet drm/radeon: split r6xx and r7xx copy_dma functions drm/exynos: Use devm_clk_get in exynos_drm_gsc.c drm/exynos: Remove redundant NULL check in exynos_drm_gsc.c drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_gsc.c drm/exynos: Use devm_clk_get in exynos_drm_rotator.c drm/exynos: Remove redundant NULL check in exynos_drm_rotator.c drm/exynos: Remove unnecessary devm_* freeing APIs in exynos_drm_rotator.c drm/exynos: Use devm_clk_get in exynos_drm_fimc.c drm/exynos: Remove redundant NULL check drm/exynos: Remove explicit freeing using devm_* APIs in exynos_drm_fimc.c drm/exynos: Use devm_kzalloc in exynos_drm_ipp.c drm/exynos: fix gem buffer allocation type checking drm/exynos: remove needless parenthesis. drm/exynos: fix incorrect interrupt induced by m2m operation. ...
Showing
- drivers/gpu/drm/exynos/exynos_drm_buf.c 53 additions, 26 deletionsdrivers/gpu/drm/exynos/exynos_drm_buf.c
- drivers/gpu/drm/exynos/exynos_drm_buf.h 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_buf.h
- drivers/gpu/drm/exynos/exynos_drm_connector.c 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_connector.c
- drivers/gpu/drm/exynos/exynos_drm_connector.h 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_connector.h
- drivers/gpu/drm/exynos/exynos_drm_core.c 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_core.c
- drivers/gpu/drm/exynos/exynos_drm_crtc.c 34 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_crtc.c
- drivers/gpu/drm/exynos/exynos_drm_crtc.h 5 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_crtc.h
- drivers/gpu/drm/exynos/exynos_drm_dmabuf.c 10 additions, 19 deletionsdrivers/gpu/drm/exynos/exynos_drm_dmabuf.c
- drivers/gpu/drm/exynos/exynos_drm_dmabuf.h 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_dmabuf.h
- drivers/gpu/drm/exynos/exynos_drm_drv.c 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_drv.c
- drivers/gpu/drm/exynos/exynos_drm_drv.h 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_drv.h
- drivers/gpu/drm/exynos/exynos_drm_encoder.c 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_encoder.c
- drivers/gpu/drm/exynos/exynos_drm_encoder.h 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_encoder.h
- drivers/gpu/drm/exynos/exynos_drm_fb.c 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_fb.c
- drivers/gpu/drm/exynos/exynos_drm_fb.h 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_fb.h
- drivers/gpu/drm/exynos/exynos_drm_fbdev.c 22 additions, 22 deletionsdrivers/gpu/drm/exynos/exynos_drm_fbdev.c
- drivers/gpu/drm/exynos/exynos_drm_fbdev.h 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_fbdev.h
- drivers/gpu/drm/exynos/exynos_drm_fimc.c 39 additions, 85 deletionsdrivers/gpu/drm/exynos/exynos_drm_fimc.c
- drivers/gpu/drm/exynos/exynos_drm_fimc.h 4 additions, 18 deletionsdrivers/gpu/drm/exynos/exynos_drm_fimc.h
- drivers/gpu/drm/exynos/exynos_drm_fimd.c 2 additions, 30 deletionsdrivers/gpu/drm/exynos/exynos_drm_fimd.c
Loading
Please register or sign in to comment