summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2019-10-17drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann-4/+2
2019-10-17drm: add mmap() to drm_gem_object_funcsGerd Hoffmann-0/+14
2019-10-15drm: Add LT-tunable PHY repeater mode operationsRodrigo Siqueira-0/+4
2019-10-11Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie-184/+307
2019-10-10drm/plane: Clarify our expectations for src/dst rectanglesMaarten Lankhorst-2/+20
2019-10-10drm/bridge: dw-hdmi: Add Dynamic Range and Mastering InfoFrame supportJonas Karlman-0/+1
2019-10-09drm: two planes with the same zpos have undefined orderingSimon Ser-4/+5
2019-10-08drm: Add link training repeaters addressesRodrigo Siqueira-0/+26
2019-10-08drm: delete drmP.h + drm_os_linux.hSam Ravnborg-158/+0
2019-10-08Merge tag 'drm-intel-next-2019-10-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-21/+39
2019-10-04drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson-3/+4
2019-10-03Merge drm/drm-next into drm-misc-nextMaxime Ripard-16/+47
2019-10-02drm/print: add drm_debug_enabled()Jani Nikula-0/+5
2019-10-02drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula-2/+2
2019-10-01drm/rect: Add drm_rect_init()Ville Syrjälä-0/+17
2019-10-01drm/rect: Add drm_rect_translate_to()Ville Syrjälä-0/+14
2019-09-27drm/vram: Support top-down placement flagThomas Zimmermann-0/+1
2019-09-25drm/dp_mst: Remove lies in {up, down}_rep_recv documentationLyude Paul-6/+2
2019-09-24drm: tweak drm_print_bits()Gerd Hoffmann-3/+2
2019-09-20drm: Add DisplayPort colorspace property creation functionGwan-gyeong Mun-0/+5
2019-09-20drm: Rename HDMI colorspace property creation functionGwan-gyeong Mun-1/+1
2019-09-19drm/dp: Add definitons for MSA MISC bitsVille Syrjälä-0/+42
2019-09-19drm: Add drm_modeset_lock_assert_held()Ville Syrjälä-0/+9
2019-09-19drm: Measure Self Refresh Entry/Exit times to avoid thrashingSean Paul-3/+3
2019-09-19drm: Fix kerneldoc and remove unused struct member in self_refresh helperSean Paul-1/+1
2019-09-18drm/atomic: Rename crtc_state->pageflip_flags to async_flipDaniel Vetter-4/+4
2019-09-17drm/encoder: Don't raise voice in drm_encoder_mask() documentationLyude Paul-1/+1
2019-09-17drm/encoder: Fix possible_crtcs documentationLyude Paul-1/+1
2019-09-17drm/encoder: Fix possible_clones documentationLyude Paul-1/+1
2019-09-17drm/vram: Provide vmap and vunmap operations for GEM VRAM objectsThomas Zimmermann-1/+4
2019-09-16drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza-11/+7
2019-09-16drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza-4/+3
2019-09-16drm/prime: Remove duplicate forward declarationThierry Reding-2/+0
2019-09-16drm/amdgpu: Add a kernel parameter for specifying the asic typeYong Zhao-27/+27
2019-09-13drm/amdkfd: Query kfd device info by CHIP id instead of pci device idYong Zhao-0/+2
2019-09-13drm/bridge: Fix references to drm_bridge_funcs in documentationLaurent Pinchart-11/+11
2019-09-13drm: bridge/dw_hdmi: add audio sample channel status settingYakir Yang-0/+1
2019-09-12drm/vram: Unexport internal functions of VRAM MMThomas Zimmermann-6/+0
2019-09-12drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann-54/+2
2019-09-12drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann-77/+86
2019-09-11drm/ttm: remove embedded vma_offset_managerGerd Hoffmann-3/+1
2019-09-11drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann-2/+6
2019-09-10drm/vram: add vram-mm debugfs fileGerd Hoffmann-0/+2
2019-09-10drm/ttm: add drm gem ttm helpers, starting with drm_gem_ttm_print_info()Gerd Hoffmann-0/+19
2019-09-10drm: add drm_print_bitsGerd Hoffmann-0/+3
2019-09-09drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann-0/+4
2019-09-09drm/vram: Add infrastructure for move_notify()Thomas Zimmermann-0/+4
2019-09-09drm/vram: Add kmap ref-counting to GEM VRAM objectsThomas Zimmermann-0/+14
2019-09-08drm/bridge: panel: Infer connector type from panel by defaultLaurent Pinchart-4/+7
2019-09-08drm/panel: Add and fill drm_panel type fieldLaurent Pinchart-1/+11