summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display/intel_fb.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/dg2: Tile 4 plane format supportStanislav Lisovskiy2022-02-241-1/+14
* drm/i915/display: stop including i915_drv.h from intel_display_types.hJani Nikula2021-12-031-0/+1
* drm/i915/fb: move intel_fb_uses_dpt to intel_fb.c and un-inlineJani Nikula2021-12-031-0/+10
* Revert "drm/i915/dg2: Tile 4 plane format support"Stanislav Lisovskiy2021-11-241-9/+0
* drm/i915/dg2: Tile 4 plane format supportStanislav Lisovskiy2021-11-231-0/+9
* drm/i915/adlp/fb: Remove restriction on CCS AUX plane stridesImre Deak2021-11-021-43/+24
* drm/i915/adlp/fb: Remove restriction on semiplanar UV plane offsetImre Deak2021-11-021-0/+1
* drm/i915/fb: Rename i915_color_plane_view::stride to mapping_strideImre Deak2021-11-021-12/+13
* drm/i915/adlp/fb: Fix remapping of linear CCS AUX surfacesImre Deak2021-11-021-27/+80
* drm/i915/fb: Fix rounding error in subsampled plane size calculationImre Deak2021-11-021-2/+2
* drm/i915/fb: Fold modifier CCS type/tiling attribute to plane capsImre Deak2021-10-291-41/+47
* drm/i915/fb: Don't store bitmasks in the intel_plane_caps enumImre Deak2021-10-291-2/+2
* drm/i915: Add functions to check for RC CCS CC and MC CCS modifiersImre Deak2021-10-211-0/+24
* drm/i915: Move is_ccs_modifier() to intel_fb.cImre Deak2021-10-211-8/+21
* drm/i915: Add a platform independent way to check for CCS AUX planesImre Deak2021-10-211-20/+62
* drm/i915: Handle CCS CC planes separately from CCS AUX planesImre Deak2021-10-211-2/+4
* drm/i915: Add a platform independent way to get the RC CCS CC planeImre Deak2021-10-211-2/+23
* drm/i915: Move intel_format_info_is_yuv_semiplanar() to intel_fb.cImre Deak2021-10-211-0/+30
* drm/i915: Unexport is_semiplanar_uv_plane()Imre Deak2021-10-211-1/+1
* drm/i915: Add tiling attribute to the modifier descriptorImre Deak2021-10-211-12/+21
* drm/i915: Move intel_get_format_info() to intel_fb.cImre Deak2021-10-211-0/+153
* drm/i915: Add a table with a descriptor for all i915 modifiersImre Deak2021-10-211-0/+144
* drm/i915/adlp: Add support for remapping CCS FBsImre Deak2021-09-231-39/+54
* drm/i915: Follow a new->old platform check order in intel_fb_stride_alignmentImre Deak2021-09-231-8/+8
* drm/i915/adlp: Require always a power-of-two sized CCS surface strideImre Deak2021-09-231-4/+30
* drm/i915: Use tile block based dimensions for CCS origin x, y checkImre Deak2021-09-231-5/+25
* drm/i915/fb: move user framebuffer stuff to intel_fb.cJani Nikula2021-08-241-0/+354
* drm/i915/fb: move intel_surf_alignment() to intel_fb.cJani Nikula2021-08-241-0/+64
* drm/i915/fb: move intel_fb_align_height() to intel_fb.cJani Nikula2021-08-241-0/+9
* drm/i915/fb: move intel_tile_width_bytes() to intel_fb.cJani Nikula2021-08-241-0/+54
* drm/i915/adlp: Require DPT FB CCS color planes to be 2MB alignedImre Deak2021-05-251-2/+11
* drm/i915/adl_p: Enable remapping to pad DPT FB strides to POTImre Deak2021-05-071-2/+5
* drm/i915/adl_p: Require a minimum of 8 tiles stride for DPT FBsImre Deak2021-05-071-1/+5
* drm/i915/adl_p: Disable support for 90/270 FB rotationImre Deak2021-05-071-5/+19
* drm/i915: Pass intel_framebuffer instad of drm_framebuffer to intel_fill_fb_i...Imre Deak2021-05-041-32/+31
* drm/i915: Simplify CCS and UV plane alignment handlingImre Deak2021-04-261-8/+0
* drm/i915/display: rename display version macrosLucas De Marchi2021-04-141-1/+1
* drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak2021-03-291-8/+42
* drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak2021-03-291-4/+4
* drm/i915: Shrink the size of intel_remapped_plane_info structImre Deak2021-03-291-4/+11
* drm/i915/intel_fb: Factor out calc_plane_remap_info()Imre Deak2021-03-291-126/+77
* drm/i915: Simplify copying the FB view state to the plane stateImre Deak2021-03-291-36/+23
* drm/i915: Store the normal view FB pitch in FB's intel_fb_viewImre Deak2021-03-291-3/+6
* drm/i915: Unify the FB and plane state view information into one structImre Deak2021-03-291-33/+33
* drm/i915/intel_fb: Factor out calc_plane_normal_size()Imre Deak2021-03-291-21/+76
* drm/i915/intel_fb: Factor out calc_plane_aligned_offset()Imre Deak2021-03-291-9/+16
* drm/i915/intel_fb: Factor out convert_plane_offset_to_xy()Imre Deak2021-03-291-28/+41
* drm/i915/intel_fb: s/dev_priv/i915/Imre Deak2021-03-291-33/+33
* drm/i915/intel_fb: Unexport intel_fb_check_stride()Imre Deak2021-03-291-1/+1
* drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak2021-03-291-0/+807