summaryrefslogtreecommitdiffstats
path: root/include/drm
AgeCommit message (Expand)AuthorLines
2020-03-26drm/mipi-dbi: Drop explicit drm_mode_config_cleanup callDaniel Vetter-1/+0
2020-03-26drm: Manage drm_mode_config_init with drmm_Daniel Vetter-1/+17
2020-03-26drm: Garbage collect drm_dev_finiDaniel Vetter-4/+1
2020-03-26drm: Manage drm_vblank_cleanup with drmm_Daniel Vetter-0/+16
2020-03-26drm: manage drm_minor cleanup with drmm_Daniel Vetter-1/+8
2020-03-26drm: Handle dev->unique with drmm_Daniel Vetter-0/+1
2020-03-26Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst-7/+24
2020-03-26drm: add managed resources tied to drm_deviceDaniel Vetter-0/+51
2020-03-24drm: Add a drm_get_unmapped_area() helperThomas Hellstrom (VMware)-0/+9
2020-03-24drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)-1/+2
2020-03-21drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data parameter constGeert Uytterhoeven-2/+3
2020-03-20drm: Add DP1.4 VSC SDP Payload related Data StructuresGwan-gyeong Mun-0/+130
2020-03-20Merge tag 'amd-drm-next-5.7-2020-03-19' of git://people.freedesktop.org/~agd5...Dave Airlie-3/+6
2020-03-18drm/i915/tgl: Add new PCI IDs to TGLSwathi Dhanavanthri-2/+6
2020-03-19Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-7/+34
2020-03-19Merge tag 'drm-intel-next-2020-03-13' of git://anongit.freedesktop.org/drm/dr...Dave Airlie-4/+18
2020-03-18drm/i915/dp: Add dpcd link_rate quirk for Apple 15" MBP 2017 (v3)Mario Kleiner-0/+7
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga-4/+4
2020-03-18drm: Validate encoder->possible_crtcsVille Syrjälä-1/+1
2020-03-18drm: Validate encoder->possible_clonesVille Syrjälä-0/+2
2020-03-18drm: Include the encoder itself in possible_clonesVille Syrjälä-1/+3
2020-03-18drm/debugfs: remove checks for return value of drm_debugfs functions.Wambui Karuga-9/+7
2020-03-18drm/edid: Swap some operands in for_each_displayid_db()Ville Syrjälä-1/+1
2020-03-18drm: Constify topology idVille Syrjälä-2/+2
2020-03-18drm/core: Add drm_afbc_framebuffer and a corresponding helperAndrzej Pietrasiewicz-0/+55
2020-03-18drm/core: Allow drivers allocate a subclass of struct drm_framebufferAndrzej Pietrasiewicz-0/+5
2020-03-17Merge drm/drm-next into drm-misc-nextMaxime Ripard-0/+9
2020-03-16drm/sched: implement and export drm_sched_pick_bestNirmoy Das-0/+3
2020-03-16Revert "drm/scheduler: improve job distribution with multiple queues"changzhu-3/+3
2020-03-16drm/mm: Allow drm_mm_initialized() to be used outside of the locksChris Wilson-1/+1
2020-03-13drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfieldLyude Paul-5/+5
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5...Dave Airlie-0/+4
2020-03-12drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul-2/+2
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm...Dave Airlie-41/+11
2020-03-11drm/dp_mst: Remove register_connector callbackPankaj Bharadiya-1/+0
2020-03-11drm/edid: Add function to parse EDID descriptors for monitor rangeManasi Navare-0/+22
2020-03-11drm/edid: Name the detailed monitor range flagsManasi Navare-0/+5
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie-0/+5
2020-03-10drm/bridge: synopsys: dw-hdmi: allow ycbcr420 modes for >= 0x200aNeil Armstrong-0/+1
2020-03-09drm/scheduler: implement a function to modify sched listNirmoy Das-0/+4
2020-03-06drm/pci: Unexport drm_get_pci_devDaniel Vetter-11/+0
2020-03-06drm/fb-helper: Remove drm_fb_helper add, add_all and remove connector functionsPankaj Bharadiya-21/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya-4/+2
2020-03-06drm/bridge/mhl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva-2/+2
2020-03-03drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panelLyude Paul-0/+10
2020-03-03drm/dp: Introduce EDID-based quirksLyude Paul-3/+8
2020-03-04drm/hdcp: fix DRM_HDCP_2_KSV_COUNT_2_LSBITSRamalingam C-1/+1
2020-03-04drm/hdcp: optimizing the srm handlingRamalingam C-2/+2
2020-03-02drm/simple-kms: Add drm_simple_encoder_{init,create}()Thomas Zimmermann-0/+4
2020-02-27drm/shmem: add support for per object caching flags.Gerd Hoffmann-0/+5