summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2022-04-18Merge drm/drm-next into drm-misc-nextPaul Cercueil201-3841/+4813
2022-04-18drm/nouveau/gr/gf100-: change gf108_gr_fwif from global to staticTom Rix1-1/+1
2022-04-18drm/nouveau: change base917c_format from global to staticTom Rix1-1/+1
2022-04-14drm/dp: Factor out a function to probe a DPCD addressImre Deak1-5/+28
2022-04-14drm/edid: add EDID block count and size helpersJani Nikula1-23/+57
2022-04-14drm/edid: add single point of return to drm_do_get_edid()Jani Nikula1-7/+8
2022-04-14drm/edid: drop extra local varJani Nikula1-4/+4
2022-04-14drm/edid: convert extension block read to EDID block read helperJani Nikula1-8/+7
2022-04-14drm/edid: use EDID block read helper in drm_do_get_edid()Jani Nikula1-39/+23
2022-04-14drm/edid: abstract an EDID block read helperJani Nikula1-7/+51
2022-04-14drm/edid: add typedef for block read functionJani Nikula1-9/+9
2022-04-14drm/edid: pass struct edid to connector_bad_edid()Jani Nikula1-9/+6
2022-04-14drm/edid: add a helper to log dump an EDID blockJani Nikula1-14/+19
2022-04-14drm/edid: refactor EDID block status printingJani Nikula1-24/+51
2022-04-14drm/edid: have edid_block_check() detect blocks that are all zeroJani Nikula1-5/+14
2022-04-14drm/edid: convert edid_is_zero() to edid_block_is_zero() for blocksJani Nikula1-5/+5
2022-04-14Merge tag 'drm-intel-next-2022-04-13-1' of git://anongit.freedesktop.org/drm/...Dave Airlie142-3659/+4284
2022-04-13drm/panel: lvds: Use bus_flags from DT panel-timing propertyMarek Vasut1-5/+4
2022-04-13drm/panel: lvds: Simplify mode parsingMarek Vasut1-13/+9
2022-04-13drm: bridge: icn6211: Convert to regmapMarek Vasut2-8/+89
2022-04-13drm/i915/fbc: Call intel_fbc_activate() directly from frontbuffer flushVille Syrjälä1-1/+1
2022-04-13drm/i915/fbc: Introduce intel_fbc_sanitize()Ville Syrjälä3-12/+19
2022-04-13drm/i915/fbc: Remove intel_fbc_global_disable()Ville Syrjälä4-26/+0
2022-04-13drm/i915: Remove remaining locks from i9xx plane udpatesVille Syrjälä1-12/+0
2022-04-13drm/i915/fbc: Skip nuke when flip is pendingVille Syrjälä1-2/+8
2022-04-13drm/i915/fbc: Streamline frontbuffer busy bits handlingVille Syrjälä1-10/+18
2022-04-13drm/i915/fbc: Eliminate possible_framebuffer_bitsVille Syrjälä1-6/+1
2022-04-13drm/ttm: fixup ttm_bo_add_move_fence v2Matthew Auld1-5/+2
2022-04-13drm/i915/display/vrr: Reset VRR capable property on a long hpdManasi Navare1-6/+11
2022-04-12drm/ttm: stop passing NULL fence in ttm_bo_move_sync_cleanupMatthew Auld1-0/+15
2022-04-12drm/i915/dg2: Add support for DG2 clear color compressionJuha-Pekka Heikkilä3-17/+52
2022-04-12drm/i915/dg2: Add support for DG2 render and media compressionMatt Roper2-4/+35
2022-04-12Merge tag 'drm-misc-next-2022-04-07' of git://anongit.freedesktop.org/drm/drm...Dave Airlie161-2493/+5341
2022-04-12drm: Use drm_mode_copy()Ville Syrjälä2-3/+3
2022-04-12drm: Use drm_mode_init() for on-stack modesVille Syrjälä3-7/+13
2022-04-12drm/i915/bios: Validate the panel_name tableVille Syrjälä2-1/+22
2022-04-12drm/i915/bios: Trust the LFP data pointersVille Syrjälä1-44/+16
2022-04-12drm/i915/bios: Validate LFP data table pointersVille Syrjälä1-1/+81
2022-04-12drm/i915/bios: Use the copy of the LFP data table alwaysVille Syrjälä1-7/+34
2022-04-12drm/i915/bios: Make copies of VBT data blocksVille Syrjälä2-57/+174
2022-04-12drm/i915/bios: Use the cached BDB versionVille Syrjälä1-27/+27
2022-04-11drm/i915/dg2: Do not explode on phy calibration errorLucas De Marchi1-2/+1
2022-04-11drm: mali-dp: potential dereference of null pointerJiasheng Jiang1-1/+4
2022-04-11drm/arm/malidp: Stop using iommu_present()Robin Murphy1-9/+5
2022-04-11drm/komeda: return early if drm_universal_plane_init() fails.Liviu Dudau1-2/+4
2022-04-11drm/komeda: Fix an undefined behavior bug in komeda_plane_add()Zhou Qingyang1-0/+4
2022-04-11drm/ingenic: Add dw-hdmi driver specialization for jz4780Paul Boddie3-0/+113
2022-04-11drm/ingenic: Implement proper .atomic_get_input_bus_fmtsPaul Cercueil1-1/+27
2022-04-11drm/bridge: display-connector: add ddc-en gpio supportH. Nikolaus Schaller1-0/+15
2022-04-11drm/ttm: fix logic inversion in ttm_eu_reserve_buffersChristian König1-1/+1