Age | Commit message (Expand) | Author | Files | Lines |
2020-06-11 | drm/dp_mst: Fix the DDC I2C device registration of an MST port | Imre Deak | 1 | -12/+16 |
2020-06-11 | drm/dp_mst: Fix the DDC I2C device unregistration of an MST port | Imre Deak | 1 | -1/+2 |
2020-06-11 | drm/i915/dp_mst: Work around out-of-spec adapters filtering short pulses | Imre Deak | 4 | -3/+59 |
2020-06-11 | drm/dp_mst: Sanitize mgr->qlock locking in drm_dp_mst_wait_tx_reply() | Imre Deak | 1 | -1/+1 |
2020-06-11 | drm/mgag200: Use managed device initialization | Thomas Zimmermann | 1 | -22/+8 |
2020-06-11 | drm/mgag200: Embed instance of struct drm_device in struct mga_device | Thomas Zimmermann | 4 | -38/+27 |
2020-06-11 | drm/mgag200: Allocate device structures in mgag200_driver_load() | Thomas Zimmermann | 1 | -17/+21 |
2020-06-11 | drm/mgag200: Separate device initialization into allocation | Thomas Zimmermann | 1 | -10/+22 |
2020-06-11 | drm/mgag200: Move device init and cleanup to mgag200_drv.c | Thomas Zimmermann | 4 | -83/+69 |
2020-06-11 | drm/mgag200: Prefix symbol names in mgag200_drv.c with mgag200_ | Thomas Zimmermann | 1 | -10/+10 |
2020-06-11 | drm/mgag200: Separate DRM and PCI functionality from each other | Thomas Zimmermann | 1 | -21/+21 |
2020-06-11 | drm/mgag200: Switch to managed MM | Thomas Zimmermann | 3 | -18/+16 |
2020-06-11 | drm/mgag200: Merge VRAM setup into MM initialization | Thomas Zimmermann | 2 | -75/+52 |
2020-06-11 | drm/mgag200: Lookup VRAM PCI BAR start and length only once | Thomas Zimmermann | 1 | -8/+9 |
2020-06-11 | drm/mgag200: Rename mgag200_ttm.c to mgag200_mm.c | Thomas Zimmermann | 3 | -2/+3 |
2020-06-11 | drm/mgag200: Use pcim_enable_device() | Thomas Zimmermann | 1 | -7/+3 |
2020-06-11 | drm/mgag200: Remove mgag200_cursor.c | Thomas Zimmermann | 1 | -319/+0 |
2020-06-11 | drm/mgag200: Remove declaration of mgag200_mmap() from header file | Thomas Zimmermann | 1 | -1/+0 |
2020-06-10 | drivers: gpu: drm: Fix trivial spelling | Kieran Bingham | 1 | -1/+1 |
2020-06-10 | drm/vc4: crtc: Restrict HACT_ACT setup to DSI | Maxime Ripard | 1 | -1/+2 |
2020-06-10 | drm/vc4: crtc: Turn static const variable into a define | Maxime Ripard | 1 | -3/+4 |
2020-06-10 | drm/vc4: crtc: Move crtc state to common header | Maxime Ripard | 2 | -21/+21 |
2020-06-10 | drm/vc4: crtc: Switch to of_device_get_match_data | Maxime Ripard | 1 | -5/+5 |
2020-06-10 | drm/vc4: crtc: Rename SoC data structures | Maxime Ripard | 1 | -6/+6 |
2020-06-10 | drm/vc4: plane: Move additional planes creation to driver | Maxime Ripard | 4 | -17/+19 |
2020-06-10 | drm/vc4: plane: Move planes creation to its own function | Maxime Ripard | 3 | -29/+44 |
2020-06-10 | drm/vc4: drv: Add include guards | Maxime Ripard | 1 | -0/+4 |
2020-06-10 | drm/udl: Use GEM vmap/mmap function from SHMEM helpers | Thomas Zimmermann | 4 | -114/+3 |
2020-06-10 | drm/shmem-helper: Add .gem_create_object helper that sets map_cached flag | Thomas Zimmermann | 1 | -0/+27 |
2020-06-10 | drm: Remove struct drm_driver.gem_print_info | Thomas Zimmermann | 1 | -2/+0 |
2020-06-10 | drm/zte: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann | 1 | -6/+1 |
2020-06-10 | drm/zte: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-06-10 | drm/tve200: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann | 1 | -7/+1 |
2020-06-10 | drm/tve200: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-06-10 | drm/tilcdc: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann | 1 | -7/+1 |
2020-06-10 | drm/tilcdc: Use GEM CMA object functions | Thomas Zimmermann | 1 | -6/+1 |
2020-06-10 | drm/sti: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann | 1 | -7/+1 |
2020-06-10 | drm/sti: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-06-10 | drm/stm: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE | Thomas Zimmermann | 1 | -6/+1 |
2020-06-10 | drm/stm: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-06-10 | drm/shmobile: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann | 1 | -6/+1 |
2020-06-10 | drm/shmobile: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-06-10 | drm/rcar-du: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE | Thomas Zimmermann | 1 | -6/+1 |
2020-06-10 | drm/rcar-du: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-06-10 | drm/mxsfb: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann | 1 | -6/+1 |
2020-06-10 | drm/mxsfb: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-06-10 | drm/meson: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS_WITH_DUMB_CREATE | Thomas Zimmermann | 1 | -9/+2 |
2020-06-10 | drm/meson: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |
2020-06-10 | drm/mcde: Set GEM CMA functions with DRM_GEM_CMA_DRIVER_OPS | Thomas Zimmermann | 1 | -7/+1 |
2020-06-10 | drm/mcde: Use GEM CMA object functions | Thomas Zimmermann | 1 | -5/+1 |