summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2019-10-24drm/dp_mst: Refactor pdt setup/teardown, add more lockingLyude Paul-2/+4
2019-10-24drm/dp_mst: Destroy MSTBs asynchronouslyLyude Paul-7/+19
2019-10-24drm/vram-helpers: Add helpers for prepare_fb() and cleanup_fb()Thomas Zimmermann-0/+25
2019-10-24drm/simple-kms: Standardize arguments for callbacksDaniel Vetter-1/+1
2019-10-23drm/tegra: Move drm_dp_link helpers to Tegra DRMThierry Reding-16/+0
2019-10-23drm/dp: Add helper to get post-cursor adjustmentsThierry Reding-0/+10
2019-10-23drm/dp: Add drm_dp_alternate_scrambler_reset_cap() helperThierry Reding-0/+7
2019-10-23drm/dp: Add drm_dp_channel_coding_supported() helperThierry Reding-0/+7
2019-10-23drm/dp: Add drm_dp_fast_training_cap() helperThierry Reding-0/+7
2019-10-23drm/dp: Sort includes alphabeticallyThierry Reding-2/+2
2019-10-23Merge drm/drm-next into drm-misc-nextSean Paul-21/+39
2019-10-22drm/edid: Add drm_hdmi_avi_infoframe_bars()Ville Syrjälä-0/+4
2019-10-18drm/edid: Make drm_get_cea_aspect_ratio() staticVille Syrjälä-1/+0
2019-10-17drm/vram: drop DRM_VRAM_MM_FILE_OPERATIONSGerd Hoffmann-18/+0
2019-10-17drm/vram: switch vram helper to &drm_gem_object_funcs.mmap()Gerd Hoffmann-8/+1
2019-10-17drm/ttm: add drm_gem_ttm_mmap()Gerd Hoffmann-0/+2
2019-10-17drm/ttm: rename ttm_fbdev_mmapGerd Hoffmann-6/+4
2019-10-17drm/shmem: drop DEFINE_DRM_GEM_SHMEM_FOPSGerd Hoffmann-26/+0
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