index
:
sugar/linux
mainline
Sugar's Linux Kernel Patch
Asai Neko
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
display
/
intel_plane_initial.c
Age
Commit message (
Expand
)
Author
2025-11-12
drm/i915: Nuke intel_plane_config.tiling
Ville Syrjälä
2025-10-31
drm: include drm_print.h where needed
Jani Nikula
2025-09-12
Merge tag 'drm-intel-next-2025-09-05' of https://gitlab.freedesktop.org/drm/i...
Dave Airlie
2025-07-19
drm/i915: Nuke intel_plane_ggtt_offset()
Ville Syrjälä
2025-07-19
drm/i915: Precompute plane SURF address
Ville Syrjälä
2025-07-16
drm/i915: Pass along the format info from .fb_create() to drm_helper_mode_fil...
Ville Syrjälä
2025-06-19
drm/i915/plane: rename intel_atomic_plane.[ch] to intel_plane.[ch]
Jani Nikula
2025-05-27
drm/i915: stop including display/intel_display_{core, limits}.h from i915_drv.h
Jani Nikula
2025-04-17
drm/i915/display: switch to display->platform.dgfx from IS_DGFX()
Jani Nikula
2025-04-02
drm/i915: Eliminate the initial_plane_phys_{smem,lmem}() duplication
Ville Syrjälä
2025-04-02
drm/i915: Use intel_memory_region_type_is_local() in the BIOS FB takeover
Ville Syrjälä
2025-04-02
drm/i915: Lookup the memory region first in the BIOS FB takeover
Ville Syrjälä
2025-04-02
drm/i915: Use a nicer way to lookup the memory region in BIOS FB takeover
Ville Syrjälä
2025-04-02
drm/i915: Verify the BIOS FB first PTE on non-LMEMBAR systems
Ville Syrjälä
2025-04-02
drm/i915: Use intel_ggtt_read_entry() in the BIOS FB takeover
Ville Syrjälä
2025-01-31
drm/xe/display: Add intel_plane_initial_vblank_wait
Maarten Lankhorst
2024-11-22
drm/i915/plane: convert initial plane setup to struct intel_display
Jani Nikula
2024-09-19
drm/i915/fb: convert intel_framebuffer_init() to struct drm_gem_object
Jani Nikula
2024-02-07
drm/i915: Annotate more of the BIOS fb takeover failure paths
Ville Syrjälä
2024-02-07
drm/i915: Try to relocate the BIOS fb to the start of ggtt
Ville Syrjälä
2024-02-07
drm/i915: Tweak BIOS fb reuse check
Ville Syrjälä
2024-02-07
drm/i915: Simplify intel_initial_plane_config() calling convention
Ville Syrjälä
2024-02-07
drm/i915: Split the smem and lmem plane readout apart
Ville Syrjälä
2024-02-07
drm/i915: s/phys_base/dma_addr/
Ville Syrjälä
2024-02-07
drm/i915: Fix MTL initial plane readout
Ville Syrjälä
2024-02-07
drm/i915: Fix region start during initial plane readout
Ville Syrjälä
2024-02-07
drm/i915: Fix PTE decode during initial plane readout
Ville Syrjälä
2023-10-16
drm/i915/display: Clean up zero initializers
Ville Syrjälä
2023-08-31
drm/i915: add minimal i915_gem_object_frontbuffer.h
Jani Nikula
2023-04-11
Merge drm/drm-next into drm-intel-gt-next
Joonas Lahtinen
2023-04-06
drm/i915/display: Set I915_BO_ALLOC_USER for fb
Nirmoy Das
2023-01-18
drm/i915: add struct i915_dsm to wrap dsm members together
Jani Nikula
2022-08-29
drm/i915: add display sub-struct to drm_i915_private
Jani Nikula
2022-04-21
Merge drm/drm-next into drm-intel-gt-next
Rodrigo Vivi
2022-03-21
drm/i915: Rename INTEL_REGION_LMEM with INTEL_REGION_LMEM_0
Andi Shyti
2022-03-16
drm/i915: fixup the initial fb base on DGFX
Matthew Auld
2022-03-16
drm/i915/display: Check mappable aperture when pinning preallocated vma
CQ Tang
2022-03-16
drm/i915: add i915_gem_object_create_region_at()
Matthew Auld
2022-02-24
drm/i915/dg2: Tile 4 plane format support
Stanislav Lisovskiy
2022-02-23
Merge tag 'drm-intel-gt-next-2022-02-17' of git://anongit.freedesktop.org/drm...
Rodrigo Vivi
2022-02-15
drm/i915: Change bigjoiner state tracking to use the pipe bitmask
Ville Syrjälä
2022-02-11
drm/i915: align the plane_vma to min_page_size of stolen mem
Ramalingam C
2022-01-18
Merge drm/drm-next into drm-intel-gt-next
Tvrtko Ursulin
2022-01-05
drm/i915/display: Use to_gt() helper for GGTT accesses
Michał Winiarski
2021-12-03
drm/i915/display: stop including i915_drv.h from intel_display_types.h
Jani Nikula
2021-11-24
Revert "drm/i915/dg2: Tile 4 plane format support"
Stanislav Lisovskiy
2021-11-23
drm/i915/dg2: Tile 4 plane format support
Stanislav Lisovskiy
2021-10-12
drm/i915/display: refactor initial plane config to a separate file
Dave Airlie