aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-03-26drm: Handle dev->unique with drmm_Daniel Vetter1-0/+1
2020-03-26Merge remote-tracking branch 'drm/drm-next' into drm-misc-nextMaarten Lankhorst3-7/+24
2020-03-26drm: add managed resources tied to drm_deviceDaniel Vetter3-0/+51
2020-03-24drm: Add a drm_get_unmapped_area() helperThomas Hellstrom (VMware)1-0/+9
2020-03-24drm/ttm, drm/vmwgfx: Support huge TTM pagefaultsThomas Hellstrom (VMware)1-1/+2
2020-03-21drm/mipi-dbi: Make mipi_dbi_command_stackbuf() data parameter constGeert Uytterhoeven1-2/+3
2020-03-20drm: Add DP1.4 VSC SDP Payload related Data StructuresGwan-gyeong Mun1-0/+130
2020-03-20Merge tag 'amd-drm-next-5.7-2020-03-19' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-3/+6
2020-03-18drm/i915/tgl: Add new PCI IDs to TGLSwathi Dhanavanthri1-2/+6
2020-03-19Merge tag 'drm-misc-next-2020-03-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-7/+34
2020-03-19Merge tag 'drm-intel-next-2020-03-13' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie2-4/+18
2020-03-18drm/i915/dp: Add dpcd link_rate quirk for Apple 15" MBP 2017 (v3)Mario Kleiner1-0/+7
2020-03-18drm: convert .debugfs_init() hook to return void.Wambui Karuga4-4/+4
2020-03-18drm: Validate encoder->possible_crtcsVille Syrjälä1-1/+1
2020-03-18drm: Validate encoder->possible_clonesVille Syrjälä1-0/+2
2020-03-18drm: Include the encoder itself in possible_clonesVille Syrjälä1-1/+3
2020-03-18drm/debugfs: remove checks for return value of drm_debugfs functions.Wambui Karuga1-9/+7
2020-03-18drm/edid: Swap some operands in for_each_displayid_db()Ville Syrjälä1-1/+1
2020-03-18drm: Constify topology idVille Syrjälä1-2/+2
2020-03-18drm/core: Add drm_afbc_framebuffer and a corresponding helperAndrzej Pietrasiewicz2-0/+55
2020-03-18drm/core: Allow drivers allocate a subclass of struct drm_framebufferAndrzej Pietrasiewicz1-0/+5
2020-03-17Merge drm/drm-next into drm-misc-nextMaxime Ripard2-0/+9
2020-03-16drm/sched: implement and export drm_sched_pick_bestNirmoy Das1-0/+3
2020-03-16Revert "drm/scheduler: improve job distribution with multiple queues"changzhu1-3/+3
2020-03-16drm/mm: Allow drm_mm_initialized() to be used outside of the locksChris Wilson1-1/+1
2020-03-13drm/dp_mst: Convert drm_dp_mst_topology_mgr.is_waiting_for_dwn_reply to bitfieldLyude Paul1-5/+5
2020-03-13Merge tag 'amd-drm-next-5.7-2020-03-10' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-0/+4
2020-03-12drm/dp_mst: Use full_pbn instead of available_pbn for bandwidth checksLyude Paul1-2/+2
2020-03-12Merge tag 'drm-misc-next-2020-03-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie5-41/+11
2020-03-11drm/dp_mst: Remove register_connector callbackPankaj Bharadiya1-1/+0
2020-03-11drm/edid: Add function to parse EDID descriptors for monitor rangeManasi Navare1-0/+22
2020-03-11drm/edid: Name the detailed monitor range flagsManasi Navare1-0/+5
2020-03-11Merge v5.6-rc5 into drm-nextDave Airlie1-0/+5
2020-03-10drm/bridge: synopsys: dw-hdmi: allow ycbcr420 modes for >= 0x200aNeil Armstrong1-0/+1
2020-03-09drm/scheduler: implement a function to modify sched listNirmoy Das1-0/+4
2020-03-06drm/pci: Unexport drm_get_pci_devDaniel Vetter1-11/+0
2020-03-06drm/fb-helper: Remove drm_fb_helper add, add_all and remove connector functionsPankaj Bharadiya1-21/+0
2020-03-06drm: Remove unused arg from drm_fb_helper_initPankaj Bharadiya1-4/+2
2020-03-06drm/bridge/mhl.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-03-03drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panelLyude Paul1-0/+10
2020-03-03drm/dp: Introduce EDID-based quirksLyude Paul1-3/+8
2020-03-04drm/hdcp: fix DRM_HDCP_2_KSV_COUNT_2_LSBITSRamalingam C1-1/+1
2020-03-04drm/hdcp: optimizing the srm handlingRamalingam C1-2/+2
2020-03-02drm/simple-kms: Add drm_simple_encoder_{init,create}()Thomas Zimmermann1-0/+4
2020-02-27drm/shmem: add support for per object caching flags.Gerd Hoffmann1-0/+5
2020-02-27drm/i915: significantly reduce the use of <drm/i915_drm.h>Jani Nikula1-1/+0
2020-02-26drm: Add helper to create a connector for a chain of bridgesLaurent Pinchart1-0/+18
2020-02-26drm/bridge: Extend bridge API to disable connector creationLaurent Pinchart1-3/+17
2020-02-26drm/bridge: Add interlace_allowed flag to drm_bridgeLaurent Pinchart1-0/+5
2020-02-26drm/bridge: Add connector-related bridge operations and dataLaurent Pinchart1-1/+191