aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/drm (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-11drm: fix trivial field description cut-and-paste errorLinus Torvalds1-1/+1
2020-04-09drm/bridge: analogix_dp: Split bind() into probe() and real bind()Marek Szyprowski1-2/+3
2020-04-09drm/legacy: Fix type for drm_local_map.offsetChris Wilson1-1/+1
2020-04-03Merge branch 'ttm-transhuge' of git://people.freedesktop.org/~thomash/linux into drm-nextDave Airlie2-1/+11
2020-03-31Merge v5.6 into drm-nextDave Airlie1-2/+2
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-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-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-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
2020-02-26drm/bridge: Fix atomic state ops documentationLaurent Pinchart1-6/+14
2020-02-26drm/bridge: Document the drm_encoder.bridge_chain field as privateLaurent Pinchart1-1/+2
2020-02-26drm/edid: Add flag to drm_display_info to identify HDMI sinksLaurent Pinchart1-0/+8
2020-02-26drm/connector: Add helper to get a connector type nameLaurent Pinchart1-0/+1
2020-02-21Merge tag 'drm-misc-next-2020-02-10' of git://anongit.freedesktop.org/drm/drm-misc into drm-nextDave Airlie19-57/+393
2020-02-18drm/bridge: Fix the bridge kernel docBoris Brezillon2-8/+9
2020-02-17Merge v5.6-rc2 into drm-misc-nextMaxime Ripard6-19/+158
2020-02-15drm: drop unused drm_display_mode.privateSam Ravnborg1-9/+2
2020-02-15drm: drop unused drm_crtc callbackSam Ravnborg1-16/+0
2020-02-15drm/print: clean up RATELIMITED macrosSam Ravnborg1-20/+7
2020-02-14drm/print: Delete a few unused shouting macrosDaniel Vetter1-26/+0
2020-02-13drm: Add support for DP 1.4 Compliance edid corruption testJerry (Fangzhi) Zuo2-0/+9