summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2019-09-20drm: Rename HDMI colorspace property creation functionGwan-gyeong Mun
2019-09-19drm/v3d: clean caches at the end of render jobs on request from user spaceIago Toral Quiroga
2019-09-19drm/edid: Add CTA-861-G modes with VIC < 128Ville Syrjälä
2019-09-19drm/atomic-helper: Make crtc helper funcs optionalVille Syrjälä
2019-09-18drm/v3d: don't leak bin job if v3d_job_init fails.Iago Toral Quiroga
2019-09-18drm/doc: Improve docs around connector (un)registrationDaniel Vetter
2019-09-18drm/komeda: Adds register dump support for gcu, lup and douLowry Li (Arm Technology China)
2019-09-18drm/komeda: Remove in-code use of ifdefMihail Atanassov
2019-09-17drm/selftests: fix spelling mistake "misssing" -> "missing"Colin Ian King
2019-09-17staging: fbtft: make several arrays static const, makes object smallerColin Ian King
2019-09-17drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BOThomas Zimmermann
2019-09-17drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BOThomas Zimmermann
2019-09-17drm/vram: Provide vmap and vunmap operations for GEM VRAM objectsThomas Zimmermann
2019-09-17drm/komeda: Adds error event print functionalityLowry Li (Arm Technology China)
2019-09-16drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza
2019-09-16drm: fix warnings in DSCBenjamin Gaignard
2019-09-16drm: sti: fix W=1 warningsBenjamin Gaignard
2019-09-16drm/stm: dsi: higher pll out only in video burst modeYannick Fertré
2019-09-16drm/bridge: analogix-anx78xx: convert to i2c_new_dummy_deviceBrian Masney
2019-09-16drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warningsBrian Masney
2019-09-16drm/bridge: analogix-anx78xx: add new variantsBrian Masney
2019-09-13drm: bridge/dw_hdmi: add audio sample channel status settingYakir Yang
2019-09-13drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley
2019-09-13drm/virtio: enable prime mmap supportGerd Hoffmann
2019-09-12drm/vram: Unconditonally set BO call-back functionsThomas Zimmermann
2019-09-12drm/vram: Unexport internal functions of VRAM MMThomas Zimmermann
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley
2019-09-12drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.David Riley
2019-09-11drm/ttm: remove embedded vma_offset_managerGerd Hoffmann
2019-09-11drm/vmwgfx: switch to own vma managerGerd Hoffmann
2019-09-11drm/qxl: switch to gem vma offset managerGerd Hoffmann
2019-09-11drm/amdgpu: switch to gem vma offset managerGerd Hoffmann
2019-09-11drm/radeon: switch to gem vma offset managerGerd Hoffmann
2019-09-11drm/vram: switch to gem vma offset managerGerd Hoffmann
2019-09-11drm/nouveau: switch to gem vma offset managerGerd Hoffmann
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann
2019-09-10drm/vram: fix KconfigGerd Hoffmann
2019-09-10drm/qxl: use drm_gem_ttm_print_infoGerd Hoffmann
2019-09-10drm/qxl: use drm_gem_object_funcs callbacksGerd Hoffmann
2019-09-10drm/vram: add vram-mm debugfs fileGerd Hoffmann
2019-09-10drm/vram: use drm_gem_ttm_print_infoGerd Hoffmann
2019-09-10drm/ttm: add drm gem ttm helpers, starting with drm_gem_ttm_print_info()Gerd Hoffmann
2019-09-10drm: add drm_print_bitsGerd Hoffmann
2019-09-09drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann
2019-09-09drm/vram: Add infrastructure for move_notify()Thomas Zimmermann
2019-09-09drm/vram: Acquire lock only once per call to vmap()/vunmap()Thomas Zimmermann
2019-09-09drm/vram: Add kmap ref-counting to GEM VRAM objectsThomas Zimmermann