summaryrefslogtreecommitdiffstats
path: root/include/drm
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | drm/edid: Add drm_hdmi_avi_infoframe_bars()Ville Syrjälä2019-10-221-0/+4
| | * | | | drm/edid: Make drm_get_cea_aspect_ratio() staticVille Syrjälä2019-10-181-1/+0
| | * | | | drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann2019-10-171-18/+0
| | * | | | drm/vram: switch vram helper to &drm_gem_object_funcs.mmap()Gerd Hoffmann2019-10-171-8/+1
| | * | | | drm/ttm: add drm_gem_ttm_mmap()Gerd Hoffmann2019-10-171-0/+2
| | * | | | drm/ttm: rename ttm_fbdev_mmapGerd Hoffmann2019-10-171-6/+4
| | * | | | drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann2019-10-171-26/+0
| | * | | | drm/shmem: switch shmem helper to &drm_gem_object_funcs.mmapGerd Hoffmann2019-10-171-4/+2
| | * | | | drm: add mmap() to drm_gem_object_funcsGerd Hoffmann2019-10-171-0/+14
| | * | | | drm: Add LT-tunable PHY repeater mode operationsRodrigo Siqueira2019-10-151-0/+4
| | * | | | drm/plane: Clarify our expectations for src/dst rectanglesMaarten Lankhorst2019-10-101-2/+20
| | * | | | drm/bridge: dw-hdmi: Add Dynamic Range and Mastering InfoFrame supportJonas Karlman2019-10-101-0/+1
| | * | | | drm: two planes with the same zpos have undefined orderingSimon Ser2019-10-091-4/+5
| | * | | | drm: Add link training repeaters addressesRodrigo Siqueira2019-10-081-0/+26
| | * | | | drm: delete drmP.h + drm_os_linux.hSam Ravnborg2019-10-082-158/+0
| * | | | | Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie2019-10-261-27/+29
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | drm/amdgpu: Add a kernel parameter for specifying the asic typeYong Zhao2019-09-161-27/+27
| | * | | | drm/amdkfd: Query kfd device info by CHIP id instead of pci device idYong Zhao2019-09-131-0/+2
| * | | | | Merge tag 'drm-misc-next-2019-10-09-2' of git://anongit.freedesktop.org/drm/d...Dave Airlie2019-10-1121-184/+307
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | drm/mm: Convert drm_mm_node booleans to bitopsChris Wilson2019-10-041-3/+4
| | * | | | Merge drm/drm-next into drm-misc-nextMaxime Ripard2019-10-037-16/+47
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | * | | | drm/print: add drm_debug_enabled()Jani Nikula2019-10-021-0/+5
| | * | | | drm/print: move drm_debug variable to drm_print.[ch]Jani Nikula2019-10-022-2/+2
| | * | | | drm/rect: Add drm_rect_init()Ville Syrjälä2019-10-011-0/+17
| | * | | | drm/rect: Add drm_rect_translate_to()Ville Syrjälä2019-10-011-0/+14
| | * | | | drm/vram: Support top-down placement flagThomas Zimmermann2019-09-271-0/+1
| | * | | | drm/dp_mst: Remove lies in {up, down}_rep_recv documentationLyude Paul2019-09-251-6/+2
| | * | | | drm: tweak drm_print_bits()Gerd Hoffmann2019-09-241-3/+2
| | * | | | drm: Add DisplayPort colorspace property creation functionGwan-gyeong Mun2019-09-201-0/+5
| | * | | | drm: Rename HDMI colorspace property creation functionGwan-gyeong Mun2019-09-201-1/+1
| | * | | | drm/dp: Add definitons for MSA MISC bitsVille Syrjälä2019-09-191-0/+42
| | * | | | drm: Add drm_modeset_lock_assert_held()Ville Syrjälä2019-09-191-0/+9
| | * | | | drm/encoder: Don't raise voice in drm_encoder_mask() documentationLyude Paul2019-09-171-1/+1
| | * | | | drm/encoder: Fix possible_crtcs documentationLyude Paul2019-09-171-1/+1
| | * | | | drm/encoder: Fix possible_clones documentationLyude Paul2019-09-171-1/+1
| | * | | | drm/vram: Provide vmap and vunmap operations for GEM VRAM objectsThomas Zimmermann2019-09-171-1/+4
| | * | | | drm/connector: Allow max possible encoders to attach to a connectorJosé Roberto de Souza2019-09-161-11/+7
| | * | | | drm/connector: Share with non-atomic drivers the function to get the single e...José Roberto de Souza2019-09-161-4/+3
| | * | | | drm/prime: Remove duplicate forward declarationThierry Reding2019-09-161-2/+0
| | * | | | drm/bridge: Fix references to drm_bridge_funcs in documentationLaurent Pinchart2019-09-131-11/+11
| | * | | | drm: bridge/dw_hdmi: add audio sample channel status settingYakir Yang2019-09-131-0/+1
| | * | | | drm/vram: Unexport internal functions of VRAM MMThomas Zimmermann2019-09-121-6/+0
| | * | | | drm/vram: Have VRAM MM call GEM VRAM functions directlyThomas Zimmermann2019-09-122-54/+2
| | * | | | drm/vram: Move VRAM memory manager to GEM VRAM implementationThomas Zimmermann2019-09-122-77/+86
| | * | | | drm/ttm: remove embedded vma_offset_managerGerd Hoffmann2019-09-111-3/+1
| | * | | | drm/ttm: turn ttm_bo_device.vma_manager into a pointerGerd Hoffmann2019-09-111-2/+6
| | * | | | drm/vram: add vram-mm debugfs fileGerd Hoffmann2019-09-102-0/+2
| | * | | | drm/ttm: add drm gem ttm helpers, starting with drm_gem_ttm_print_info()Gerd Hoffmann2019-09-101-0/+19
| | * | | | drm: add drm_print_bitsGerd Hoffmann2019-09-101-0/+3
| | * | | | drm/vram: Implement lazy unmapping for GEM VRAM buffersThomas Zimmermann2019-09-091-0/+4