aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | drm: mxsfb: DRM_MXSFB should depend on ARCH_MXS || ARCH_MXCGeert Uytterhoeven2022-11-251-0/+1
* | drm: mxsfb: DRM_IMX_LCDIF should depend on ARCH_MXCGeert Uytterhoeven2022-11-251-0/+1
* | drm/fb-helper: Don't use the preferred depth for the BPP defaultThomas Zimmermann2022-11-241-6/+9
* | drm/solomon: Set preferred color depth and bpp to the correct valuesThomas Zimmermann2022-11-241-2/+2
* | drm/simpledrm: Set preferred depth from format of scanout bufferThomas Zimmermann2022-11-241-2/+2
* | drm/ofdrm: Set preferred depth from format of scanout bufferThomas Zimmermann2022-11-241-12/+1
* | drm/cirrus: Decouple fbdev bpp value from color depthThomas Zimmermann2022-11-241-1/+1
* | drm/logicvc: Fix preferred fbdev cppThomas Zimmermann2022-11-241-1/+12
* | drm/hisilicon/hibmc: Fix preferred depth and bppThomas Zimmermann2022-11-241-2/+2
* | drm/bridge: ti-sn65dsi83: Fix delay after reset deassert to match specFrieder Schrempf2022-11-241-1/+1
* | drm/sun4i: tv: Convert to the new TV mode propertyMaxime Ripard2022-11-241-107/+34
* | drm/vc4: vec: Add support for more analog TV standardsMateusz Kwiatkowski2022-11-241-4/+107
* | drm/vc4: vec: Convert to the new TV mode propertyMaxime Ripard2022-11-241-53/+131
* | drm/vc4: vec: Check for VEC output constraintsMateusz Kwiatkowski2022-11-241-0/+50
* | drm/vc4: vec: Use TV Reset implementationMaxime Ripard2022-11-241-1/+7
* | drm/atomic-helper: Add an analog TV atomic_check implementationMaxime Ripard2022-11-242-0/+52
* | drm/atomic-helper: Add a TV properties reset helperMaxime Ripard2022-11-242-0/+76
* | drm/probe-helper: Provide a TV get_modes helperNoralf Trønnes2022-11-244-0/+289
* | drm/modes: Introduce more named modesMaxime Ripard2022-11-243-0/+7
* | drm/client: Remove match on mode nameMaxime Ripard2022-11-241-4/+0
* | drm/modes: Properly generate a drm_display_mode from a named modeMaxime Ripard2022-11-242-2/+111
* | drm/modes: Introduce the tv_mode property as a command-line optionMaxime Ripard2022-11-244-3/+116
* | drm/connector: Add a function to lookup a TV mode by its nameMaxime Ripard2022-11-244-0/+103
* | drm/modes: Add a function to generate analog display modesMaxime Ripard2022-11-244-0/+639
* | drm/connector: Add TV standard propertyMaxime Ripard2022-11-245-1/+203
* | drm/connector: Rename drm_mode_create_tv_propertiesMaxime Ripard2022-11-247-16/+17
* | drm/connector: Only register TV mode property if presentMaxime Ripard2022-11-241-8/+11
* | drm/connector: Rename legacy TV propertyMaxime Ripard2022-11-249-24/+26
* | drm/tests: client: Mention that we can't use MODULE_ macrosMaxime Ripard2022-11-241-0/+5
* | dma-buf: A collection of typo and documentation fixesT.J. Mercier2022-11-242-9/+9
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2022-11-242149-59346/+73109
|\ \
| * \ Backmerge tag 'v6.1-rc6' into drm-nextDave Airlie2022-11-241250-41376/+48067
| |\ \
| | * | Linux 6.1-rc6Linus Torvalds2022-11-201-1/+1
| | * | Merge tag 'trace-probes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-11-204-20/+45
| | |\ \
| | | * | tracing/eprobe: Fix eprobe filter to make a filter correctlyMasami Hiramatsu (Google)2022-11-181-1/+1
| | | * | tracing/eprobe: Fix warning in filter creationRafael Mendonca2022-11-181-1/+1
| | | * | kprobes: Skip clearing aggrprobe's post_handler in kprobe-on-ftrace caseLi Huafei2022-11-181-1/+7
| | | * | rethook: fix a potential memleak in rethook_alloc()Yi Yang2022-11-181-1/+3
| | | * | tracing/eprobe: Fix memory leak of filter stringRafael Mendonca2022-11-181-0/+1
| | | * | tracing: kprobe: Fix potential null-ptr-deref on trace_array in kprobe_event_...Shang XiaoJing2022-11-181-0/+4
| | | * | tracing: kprobe: Fix potential null-ptr-deref on trace_event_file in kprobe_e...Shang XiaoJing2022-11-181-16/+28
| | * | | Merge tag 'trace-v6.1-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2022-11-209-46/+74
| | |\ \ \
| | | * | | tracing: Fix race where eprobes can be called before the eventSteven Rostedt (Google)2022-11-201-0/+3
| | | * | | tracing: Fix potential null-pointer-access of entry in list 'tr->err_log'Zheng Yejian2022-11-171-4/+5
| | | * | | tracing: Remove unused __bad_type_size() methodQiujun Huang2022-11-171-2/+0
| | | * | | tracing: Fix wild-memory-access in register_synth_event()Shang XiaoJing2022-11-171-3/+2
| | | * | | tracing: Fix memory leak in test_gen_synth_cmd() and test_empty_synth_event()Shang XiaoJing2022-11-171-10/+6
| | | * | | ftrace: Fix null pointer dereference in ftrace_add_mod()Xiu Jianfeng2022-11-171-0/+1
| | | * | | ring_buffer: Do not deactivate non-existant pagesDaniil Tatianin2022-11-171-2/+2
| | | * | | ftrace: Optimize the allocation for mcount entriesWang Wensheng2022-11-171-1/+1