summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'backlight-detect-refactor-1' of git://git.kernel.org/pub/scm/linux...Maxime Ripard2022-09-1432-507/+588
|\
| * drm/todo: Add entry about dealing with brightness control on devices with > 1...Hans de Goede2022-09-031-0/+68
| * ACPI: video: Fix indentation of video_detect_dmi_table[] entriesHans de Goede2022-09-031-24/+24
| * ACPI: video: Drop NL5x?U, PF4NU1F and PF5?U?? acpi_backlight=native quirksHans de Goede2022-09-031-91/+1
| * ACPI: video: Drop "Samsung X360" acpi_backlight=native quirkHans de Goede2022-09-031-15/+0
| * ACPI: video: Remove acpi_video_set_dmi_backlight_type()Hans de Goede2022-09-033-30/+0
| * platform/x86: samsung-laptop: Move acpi_backlight=[vendor|native] quirks to A...Hans de Goede2022-09-032-87/+54
| * platform/x86: asus-wmi: Move acpi_backlight=native quirks to ACPI video_detect.cHans de Goede2022-09-034-18/+8
| * platform/x86: asus-wmi: Move acpi_backlight=vendor quirks to ACPI video_detect.cHans de Goede2022-09-035-35/+41
| * platform/x86: asus-wmi: Drop DMI chassis-type check from backlight handlingHans de Goede2022-09-031-7/+0
| * platform/x86: acer-wmi: Move backlight DMI quirks to acpi/video_detect.cHans de Goede2022-09-032-66/+53
| * platform/x86: toshiba_acpi: Stop using acpi_video_set_dmi_backlight_type()Hans de Goede2022-09-032-16/+19
| * platform/x86: apple-gmux: Stop calling acpi/video.h functionsHans de Goede2022-09-031-3/+0
| * platform/x86: nvidia-wmi-ec-backlight: Use acpi_video_get_backlight_type()Hans de Goede2022-09-032-11/+4
| * ACPI: video: Add Apple GMUX brightness control detectionHans de Goede2022-09-032-0/+5
| * ACPI: video: Add Nvidia WMI EC brightness control detection (v3)Hans de Goede2022-09-035-0/+43
| * ACPI: video: Refactor acpi_video_get_backlight_type() a bitHans de Goede2022-09-031-16/+23
| * platform/x86: nvidia-wmi-ec-backlight: Move fw interface definitions to a hea...Hans de Goede2022-09-033-67/+78
| * drm/radeon: Register ACPI video backlight when skipping radeon backlight regi...Hans de Goede2022-09-031-1/+10
| * drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight regi...Hans de Goede2022-09-032-2/+9
| * drm/nouveau: Register ACPI video backlight when nv_backlight registration fai...Hans de Goede2022-09-033-0/+14
| * drm/i915: Call acpi_video_register_backlight() (v3)Hans de Goede2022-09-033-1/+31
| * ACPI: video: Remove code to unregister acpi_video backlight when a native bac...Hans de Goede2022-09-022-38/+0
| * ACPI: video: Make backlight class device registration a separate step (v2)Hans de Goede2022-09-022-3/+49
| * ACPI: video: Simplify acpi_video_unregister_backlight()Hans de Goede2022-09-021-8/+4
| * ACPI: video: Remove acpi_video_bus from list before tearing it downHans de Goede2022-09-021-4/+4
| * ACPI: video: Drop backlight_device_get_by_type() call from acpi_video_get_bac...Hans de Goede2022-09-021-2/+1
| * drm/nouveau: Don't register backlight when another backlight should be used (v2)Hans de Goede2022-09-023-0/+13
| * drm/radeon: Don't register backlight when another backlight should be used (v3)Hans de Goede2022-08-253-0/+21
| * drm/amdgpu: Don't register backlight when another backlight should be used (v3)Hans de Goede2022-08-253-0/+21
| * drm/i915: Don't register backlight when another backlight should be used (v2)Hans de Goede2022-08-251-0/+7
| * ACPI: video: Add acpi_video_backlight_use_native() helperHans de Goede2022-08-172-4/+25
* | Merge drm/drm-next into drm-misc-nextMaxime Ripard2022-09-1412388-246105/+881798
|\ \
| * \ Merge tag 'drm-intel-gt-next-2022-09-09' of git://anongit.freedesktop.org/drm...Dave Airlie2022-09-1253-555/+937
| |\ \
| | * | drm/i915: Set correct domains values at _i915_vma_move_to_activeNirmoy Das2022-09-081-1/+2
| | * | drm/i915: Rename ggtt_view as gtt_viewNiranjana Vishwanathapura2022-09-0819-149/+149
| | * | drm/i915/uc: Add patch level version number supportJohn Harrison2022-09-075-19/+47
| | * | drm/i915/uc: Support for version reduced and multiple firmware filesJohn Harrison2022-09-075-186/+319
| | * | drm/i915: Don't try to disable host RPS when this was never enabled.Rodrigo Vivi2022-09-061-0/+3
| | * | drm/i915: consider HAS_FLAT_CCS() in needs_ccs_pagesMatthew Auld2022-09-062-1/+4
| | * | drm/i915/ttm: Abort suspend on i915_ttm_backup failureNirmoy Das2022-09-051-1/+6
| | * | drm/i915/slpc: Let's fix the PCODE min freq table setup for SLPCRodrigo Vivi2022-09-013-10/+61
| | * | drm/i915/slpc: Fix inconsistent locked returnRodrigo Vivi2022-08-311-20/+20
| | * | drm/i915/ats-m: Add thread execution tuning settingMatt Roper2022-08-304-0/+13
| | * | Revert "drm/i915/dg2: Add preemption changes for Wa_14015141709"Matt Roper2022-08-302-4/+1
| | * | drm/i915/selftests: allow misaligned_pin test work with unmappable memoryAndrzej Hajda2022-08-301-1/+1
| | * | drm/i915/guc: Remove log size module parametersJoonas Lahtinen2022-08-293-19/+3
| | * | drm/i915/dg2: Incorporate Wa_16014892111 into DRAW_WATERMARK tuningMatt Roper2022-08-262-2/+21
| | * | drm/i915/pxp: don't start pxp without mei_pxp bindJuston Li2022-08-261-0/+15
| | * | drm/i915/mtl: Don't mask off CCS according to DSS fusingMatt Roper2022-08-251-1/+1