aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/lib/kdoc/kdoc_parser.py
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2025-06-26 13:16:36 +0300
committerJani Nikula <jani.nikula@intel.com>2025-07-01 15:43:52 +0300
commit95f2dec053cdad2673a960e9481d191a3a84a1af (patch)
treef7a0c80a0524ec7746a21ced9eab7a75a077e4fb /scripts/lib/kdoc/kdoc_parser.py
parentdrm/i915/fb: use struct intel_display for DISPLAY_VER() (diff)
downloadlinux-95f2dec053cdad2673a960e9481d191a3a84a1af.tar.gz
linux-95f2dec053cdad2673a960e9481d191a3a84a1af.zip
drm/i915/display: drop a number of dependencies on i915_drv.h
With the switch to an unordered workqueue dedicated to display, we've stopped using struct drm_i915_private in a number of places, and can drop the dependencies on i915_drv.h. Cc: Luca Coelho <luciano.coelho@intel.com> Reviewed-by: Luca Coelho <luciano.coelho@intel.com> Signed-off-by: Jani Nikula <jani.nikula@intel.com> Link: https://lore.kernel.org/r/20250626101636.1896365-1-jani.nikula@intel.com
Diffstat (limited to 'scripts/lib/kdoc/kdoc_parser.py')
0 files changed, 0 insertions, 0 deletions
> 2008-01-22read-cache.c: fix a couple more CE_REMOVE conversionJunio C Hamano1-3/+4 2008-01-21Also use unpack_trees() in do_diff_cache()Johannes Schindelin1-79/+13 2008-01-21Make run_diff_index() use unpack_trees(), not read_tree()Linus Torvalds3-24/+138 2008-01-21Avoid running lstat(2) on the same cache entry.Junio C Hamano3-10/+32 2008-01-21index: be careful when handling long namesJunio C Hamano3-3/+46 2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds21-169/+217 2008-01-20GIT 1.5.4-rc4v1.5.4-rc4Junio C Hamano1-1/+6 2008-01-20http-push and http-fetch: handle URLs without trailing /Grégoire Barbier2-0/+21 2008-01-20http-push: clarify the reason of error from the initial PROPFIND requestJunio C Hamano1-2/+9 2008-01-20http-push: fail when info/refs exists and is already lockedGrégoire Barbier1-0/+5 2008-01-20http-push: fix webdav lock leak.Grégoire Barbier1-5/+8 2008-01-20parse_commit_buffer: tighten checks while parsingMartin Koegler1-7/+20 2008-01-19Update git-completion for new 'remote rm' optionDan McGee1-3/+3 2008-01-19doc typo: s/prior committing/prior to committing/Jim Meyering2-2/+2 2008-01-18Include rev-list options in git-log manpage.Miklos Vajna3-376/+365 2008-01-18http-push: disable http-push without USE_CURL_MULTIGrégoire Barbier1-0/+4 2008-01-18send-email: add no-validate optionJeff King2-3/+19 2008-01-18send-email: validate patches before sending anythingJeff King2-0/+37 2008-01-18send-email: detect invocation errors earlierJeff King1-28/+27 2008-01-18fast-import: Don't use a maybe-clobbered errno valueJim Meyering1-3/+6 2008-01-18Move sha1_file_to_archive into libgitLars Hjemli3-81/+85 2008-01-18color unchanged lines as "plain" in "diff --color-words"Jeff King1-5/+5 2008-01-17autoconf: Add checking for unsetenv functionJakub Narebski3-0/+9 2008-01-17core-tutorial typofixThomas Zander1-1/+1 2008-01-17Officially deprecate repo-config.Junio C Hamano9-20/+25 2008-01-17Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce3-2/+21 2008-01-17fast-import.c: don't try to commit marks file if write failedBrandon Casey1-8/+16 2008-01-17git-gui: Makefile - Handle $DESTDIR on CygwinMark Levedahl1-2/+3