summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/display/intel_fb.c
AgeCommit message (Expand)Author
2021-05-07drm/i915/adl_p: Enable remapping to pad DPT FB strides to POTImre Deak
2021-05-07drm/i915/adl_p: Require a minimum of 8 tiles stride for DPT FBsImre Deak
2021-05-07drm/i915/adl_p: Disable support for 90/270 FB rotationImre Deak
2021-05-04drm/i915: Pass intel_framebuffer instad of drm_framebuffer to intel_fill_fb_i...Imre Deak
2021-04-26drm/i915: Simplify CCS and UV plane alignment handlingImre Deak
2021-04-14drm/i915/display: rename display version macrosLucas De Marchi
2021-03-29drm/i915: Add support for FBs requiring a POT stride alignmentImre Deak
2021-03-29drm/i915: s/stride/src_stride/ in the intel_remapped_plane_info structImre Deak
2021-03-29drm/i915: Shrink the size of intel_remapped_plane_info structImre Deak
2021-03-29drm/i915/intel_fb: Factor out calc_plane_remap_info()Imre Deak
2021-03-29drm/i915: Simplify copying the FB view state to the plane stateImre Deak
2021-03-29drm/i915: Store the normal view FB pitch in FB's intel_fb_viewImre Deak
2021-03-29drm/i915: Unify the FB and plane state view information into one structImre Deak
2021-03-29drm/i915/intel_fb: Factor out calc_plane_normal_size()Imre Deak
2021-03-29drm/i915/intel_fb: Factor out calc_plane_aligned_offset()Imre Deak
2021-03-29drm/i915/intel_fb: Factor out convert_plane_offset_to_xy()Imre Deak
2021-03-29drm/i915/intel_fb: s/dev_priv/i915/Imre Deak
2021-03-29drm/i915/intel_fb: Unexport intel_fb_check_stride()Imre Deak
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display.cImre Deak
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_sprite.cImre Deak
2021-03-29drm/i915/intel_fb: Pull is_surface_linear() from intel_display.c/skl_universa...Imre Deak
2021-03-29drm/i915/intel_fb: Pull FB plane functions from skl_universal_plane.cImre Deak
2021-03-29drm/i915/intel_fb: Pull FB plane functions from intel_display_types.hImre Deak