aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-20drm: Add DisplayPort colorspace property creation functionGwan-gyeong Mun2-1/+68
2019-09-20drm: Rename HDMI colorspace property creation functionGwan-gyeong Mun3-19/+24
2019-09-19drm/v3d: clean caches at the end of render jobs on request from user spaceIago Toral Quiroga3-11/+54
2019-09-19drm/edid: Add CTA-861-G modes with VIC < 128Ville Syrjälä1-0/+100
2019-09-19drm/dp: Add definitons for MSA MISC bitsVille Syrjälä1-0/+42
2019-09-19drm/atomic-helper: Make crtc helper funcs optionalVille Syrjälä1-1/+1
2019-09-19drm: Add drm_modeset_lock_assert_held()Ville Syrjälä1-0/+9
2019-09-18drm/v3d: don't leak bin job if v3d_job_init fails.Iago Toral Quiroga1-0/+1
2019-09-18drm/doc: Improve docs around connector (un)registrationDaniel Vetter3-2/+28
2019-09-18drm/komeda: Adds register dump support for gcu, lup and douLowry Li (Arm Technology China)4-12/+101
2019-09-18drm/komeda: Remove in-code use of ifdefMihail Atanassov2-2/+2
2019-09-17drm/encoder: Don't raise voice in drm_encoder_mask() documentationLyude Paul1-1/+1
2019-09-17drm/encoder: Fix possible_crtcs documentationLyude Paul1-1/+1
2019-09-17drm/encoder: Fix possible_clones documentationLyude Paul1-1/+1
2019-09-17drm/selftests: fix spelling mistake "misssing" -> "missing"Colin Ian King1-1/+1
2019-09-17staging: fbtft: make several arrays static const, makes object smallerColin Ian King7-7/+7
2019-09-17drm/mgag200: Use drm_gem_vram_{vmap, vunmap}() to map cursor source BOThomas Zimmermann1-15/+7
2019-09-17drm/ast: Use drm_gem_vram_{vmap,vunmap}() to map cursor source BOThomas Zimmermann1-14/+7
2019-09-17drm/vram: Provide vmap and vunmap operations for GEM VRAM objectsThomas Zimmermann2-32/+79
2019-09-17drm/komeda: Adds error event print functionalityLowry Li (Arm Technology China)5-0/+167
2019-09-16drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza12-83/+55
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza7-49/+24
2019-09-16drm/prime: Remove duplicate forward declarationThierry Reding1-2/+0
2019-09-16drm: fix warnings in DSCBenjamin Gaignard1-11/+0
2019-09-16drm: sti: fix W=1 warningsBenjamin Gaignard7-12/+12
2019-09-16drm/stm: dsi: higher pll out only in video burst modeYannick Fertré1-1/+4
2019-09-16drm/bridge: analogix-anx78xx: convert to i2c_new_dummy_deviceBrian Masney1-6/+9
2019-09-16drm/bridge: analogix-anx78xx: silence -EPROBE_DEFER warningsBrian Masney1-2/+6
2019-09-16drm/bridge: analogix-anx78xx: add new variantsBrian Masney1-0/+4
2019-09-16dt-bindings: drm/bridge: analogix-anx78xx: add new variantsBrian Masney1-1/+5
2019-09-13drm/bridge: Fix references to drm_bridge_funcs in documentationLaurent Pinchart1-11/+11
2019-09-13drm: bridge/dw_hdmi: add audio sample channel status settingYakir Yang4-0/+24
2019-09-13drm/virtio: Fix warning in virtio_gpu_queue_fenced_ctrl_buffer.David Riley1-1/+1
2019-09-13drm/virtio: enable prime mmap supportGerd Hoffmann1-0/+1
2019-09-12drm/vram: Unconditonally set BO call-back functionsThomas Zimmermann1-2/+1
2019-09-12drm/vram: Unexport internal functions of VRAM MMThomas Zimmermann2-39/+5
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann9-152/+44
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann14-455/+435
2019-09-12drm/virtio: Use vmalloc for command buffer allocations.David Riley2-10/+72
2019-09-12drm/virtio: Rewrite virtio_gpu_queue_ctrl_buffer using fenced version.David Riley1-13/+7
2019-09-11drm/ttm: remove embedded vma_offset_managerGerd Hoffmann2-10/+3
2019-09-11drm/vmwgfx: switch to own vma managerGerd Hoffmann2-1/+6
2019-09-11drm/qxl: switch to gem vma offset managerGerd Hoffmann1-1/+1
2019-09-11drm/amdgpu: switch to gem vma offset managerGerd Hoffmann1-1/+1
2019-09-11drm/radeon: switch to gem vma offset managerGerd Hoffmann1-1/+1
2019-09-11drm/vram: switch to gem vma offset managerGerd Hoffmann1-1/+1
2019-09-11drm/nouveau: switch to gem vma offset managerGerd Hoffmann1-1/+1
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann9-9/+24
2019-09-10drm/vram: fix KconfigGerd Hoffmann6-3/+10
2019-09-10drm/qxl: use drm_gem_ttm_print_infoGerd Hoffmann2-0/+2