summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-13drm/bridge: lt8912b: do not return negative values from .get_modes()Jani Nikula1-9/+7
2024-03-13drm/exynos: do not return negative values from .get_modes()Jani Nikula2-4/+4
2024-03-13drm/panel: do not return negative error codes from drm_panel_get_modes()Jani Nikula1-6/+11
2024-03-13drm/probe-helper: warn about negative .get_modes()Jani Nikula2-1/+9
2024-03-13drm/nouveau: fix kerneldoc warningsTimur Tabi1-0/+9
2024-03-12nouveau: reset the bo resource bus info after an evictionDave Airlie1-0/+2
2024-03-07arch/powerpc: Remove <linux/fb.h> from backlight codeThomas Zimmermann2-29/+2
2024-03-07macintosh/via-pmu-backlight: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-03-07fbdev/chipsfb: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-03-07Merge drm/drm-next into drm-misc-next-fixesThomas Zimmermann199-5270/+16345
2024-03-04drm/i915: fix applying placement flagChristian König1-1/+1
2024-03-01Merge tag 'drm-misc-next-fixes-2024-02-29' of https://anongit.freedesktop.org...Dave Airlie3-6/+6
2024-03-01Merge tag 'drm-msm-next-2024-02-29' of https://gitlab.freedesktop.org/drm/msm...Dave Airlie76-3463/+10938
2024-03-01Merge tag 'mediatek-drm-next-6.9' of https://git.kernel.org/pub/scm/linux/ker...Dave Airlie8-190/+278
2024-03-01drm/sun4i: hdmi: Add missing drm_atomic headerMaxime Ripard1-0/+1
2024-03-01Merge tag 'drm-misc-next-2024-02-29' of https://anongit.freedesktop.org/git/d...Dave Airlie43-944/+700
2024-03-01Merge tag 'drm-intel-gt-next-2024-02-28' of git://anongit.freedesktop.org/drm...Dave Airlie2-0/+7
2024-02-29drm/mediatek: Fix a null pointer crash in mtk_drm_crtc_finish_page_flipHsin-Yi Wang1-5/+7
2024-02-28drm/dp: Don't attempt AUX transfers when eDP panels are not poweredDouglas Anderson4-0/+46
2024-02-28drm/tests: connector: Add tests for drmm_connector_initMaxime Ripard1-1/+169
2024-02-28drm/tests: Add helper to create mock crtcMaxime Ripard2-0/+72
2024-02-28drm/tests: Add helper to create mock planeMaxime Ripard2-0/+96
2024-02-28drm/tests: helpers: Add atomic helpersMaxime Ripard1-0/+3
2024-02-28drm/tests: helpers: Include missing drm_drv headerMaxime Ripard1-0/+2
2024-02-28drm/scheduler: Simplify the allocation of slab caches in drm_sched_fence_slab...Kunwu Chan1-3/+1
2024-02-28drm: Check polling initialized before enabling in drm_helper_probe_single_con...Shradha Gupta1-2/+6
2024-02-28drm: Check output polling initialized before disablingShradha Gupta2-5/+27
2024-02-28drm/i915: Check before removing mm notifierNirmoy Das1-0/+3
2024-02-28drm: Remove drm_num_crtcs() helperThierry Reding1-14/+1
2024-02-28drm/imx/dcss: fix resource size calculationDan Carpenter1-3/+1
2024-02-28fbdev: Clean up include statements in header fileThomas Zimmermann1-4/+4
2024-02-28fbdev: Clean up forward declarations in header fileThomas Zimmermann1-3/+5
2024-02-28fbdev: Do not include <linux/slab.h> in headerThomas Zimmermann1-1/+1
2024-02-28fbdev: Do not include <linux/notifier.h> in headerThomas Zimmermann1-1/+1
2024-02-28fbdev: Do not include <linux/fs.h> in headerThomas Zimmermann1-1/+1
2024-02-28fbdev: Do not include <linux/backlight.h> in headerThomas Zimmermann1-1/+1
2024-02-28staging/fbtft: Include <linux/backlight.h>Thomas Zimmermann1-0/+2
2024-02-28drm/nouveau: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-02-28backlight/corgi-lcd: Include <linux/backlight.h>Thomas Zimmermann1-0/+1
2024-02-28Merge tag 'drm-intel-next-2024-02-27-1' of git://anongit.freedesktop.org/drm/...Dave Airlie72-671/+4419
2024-02-27drm/i915/dp: Enable DP tunnel BW allocation modeImre Deak2-6/+28
2024-02-27drm/i915/dp: Read DPRX for all long HPD pulsesImre Deak1-0/+12
2024-02-27drm/i915/dp: Suspend/resume DP tunnelsImre Deak1-5/+11
2024-02-27drm/i915/dp: Call intel_dp_sync_state() always for DDI DP encodersImre Deak1-1/+1
2024-02-27drm/i915/dp: Handle DP tunnel IRQsImre Deak2-9/+29
2024-02-27drm/i915/dp: Allocate/free DP tunnel BW during modesetImre Deak2-0/+3
2024-02-27drm/i915/dp: Compute DP tunnel BW during encoder state computationImre Deak4-5/+28
2024-02-27drm/i915/dp: Account for tunnel BW limit in intel_dp_max_link_data_rate()Imre Deak1-4/+28
2024-02-27drm/i915/dp: Add DP tunnel atomic state and check BW limitImre Deak3-0/+23
2024-02-27drm/i915/dp: Add support for DP tunnel BW allocationImre Deak8-0/+974