summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-19drm/i915: Allow DBLSCAN user modes with eDP/LVDS/DSIVille Syrjälä1-3/+13
2018-06-07drm/i915: Remove bogus NV12 PLANE_COLOR_CTL setupVille Syrjälä1-6/+1
2018-05-11drm/i915: Add NV12 as supported format for primary planeChandra Konduru1-2/+48
2018-05-11drm/i915: Add NV12 support to intel_framebuffer_initChandra Konduru1-0/+22
2018-05-11drm/i915: Add skl_check_nv12_surface for NV12Maarten Lankhorst1-2/+27
2018-05-11drm/i915: Enable Display WA 0528Vidya Srinivas1-3/+19
2018-05-11drm/i915: Enable display workaround 827 for all planes, v2.Maarten Lankhorst1-17/+26
2018-05-08drm/i915/icl: add basic support for the ICL clocksPaulo Zanoni1-0/+16
2018-05-03drm/i915: Correctly populate user mode h/vdisplay with pipe src size during r...Ville Syrjälä1-0/+2
2018-05-02Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-1/+3
2018-04-28drm/i915/icl: Enable 2nd DBuf slice only when neededMahesh Kumar1-0/+10
2018-04-28drm/i915/icl: track dbuf slice-2 statusMahesh Kumar1-0/+5
2018-04-27drm/i915/icl: Don't set pipe CSC/Gamma in PLANE_COLOR_CTLJames Ausmus1-2/+6
2018-04-19drm/i915: Protect PIPE_CONF_CHECK macros with do {} while(0)Ville Syrjälä1-18/+27
2018-04-18drm/i915: Pack params to engine->schedule() into a structChris Wilson1-1/+10
2018-04-10drm/i915: Add debugfs file to clear FIFO underruns.Maarten Lankhorst1-12/+18
2018-04-09drm/i915: Remove last references to drm_atomic_get_existing* macrosMaarten Lankhorst1-29/+24
2018-04-09drm/i915: Upscale scaler max scale for NV12Chandra Konduru1-11/+37
2018-04-09drm/i915: Enable YUV to RGB for Gen10 in Plane Ctrl RegVidya Srinivas1-1/+6
2018-04-09drm/i915: Display WA 827Vidya Srinivas1-0/+34
2018-04-09drm/i915/skl+: support verification of DDB HW state for NV12Mahesh Kumar1-1/+1
2018-04-09drm/i915/skl+: add NV12 in skl_format_to_fourccMahesh Kumar1-0/+2
2018-04-05drm/i915: Only call finish_reset after a prepare_resetChris Wilson1-6/+3
2018-03-30Merge airlied/drm-next into drm-intel-next-queuedRodrigo Vivi1-31/+29
2018-03-29drm/i915: Restore planes after load detectionVille Syrjälä1-0/+2
2018-03-29drm/i915: Stop consulting plane->fbVille Syrjälä1-1/+1
2018-03-27drm/i915: use flags from dpll_info embedded in intel_shared_dpllLucas De Marchi1-1/+1
2018-03-27drm/i915: use name from intel_shared_dpll.infoLucas De Marchi1-3/+4
2018-03-27drm/i915: use funcs from intel_shared_dpll.infoLucas De Marchi1-8/+8
2018-03-24drm/i915/icl: Added 5k source scaling support for Gen11 platformNabendu Maiti1-4/+7
2018-03-21Merge airlied/drm-next into drm-misc-nextSean Paul1-89/+182
2018-03-16drm/i915: Don't initialize plane_to_crtc_mapping[] on SKL+Ville Syrjälä1-4/+11
2018-03-16drm: Reduce object size of DRM_ERROR and DRM_DEBUG usesJoe Perches1-11/+4
2018-03-14Merge tag 'drm-intel-next-2018-03-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-70/+119
2018-03-14Merge tag 'drm-misc-next-2018-03-09-3' of git://anongit.freedesktop.org/drm/d...Dave Airlie1-20/+25
2018-03-13drm/i915/frontbuffer: HW tracking for cursor moves to fix PSR lags.Dhinakaran Pandiyan1-1/+1
2018-03-13drm/i915/frontbuffer: Pull frontbuffer_flush out of gem_obj_pin_to_displayDhinakaran Pandiyan1-2/+7
2018-03-08drm/i915: Handle pipe CRC around enabling/disabling pipe.Maarten Lankhorst1-0/+10
2018-03-05drm: Don't pass clip to drm_atomic_helper_check_plane_state()Ville Syrjälä1-12/+0
2018-03-05drm/i915: Unwind vma pinning for intel_pin_and_fence_fb_obj error pathChris Wilson1-0/+1
2018-03-02drm/i915: Add support for the YCbCr COLOR_RANGE propertyVille Syrjälä1-1/+8
2018-03-02drm/i915: Change the COLOR_ENCODING prop default value to BT.709Ville Syrjälä1-1/+1
2018-03-02drm/i915: Add support for the YCbCr COLOR_ENCODING propertyVille Syrjälä1-2/+17
2018-03-02drm/i915: Fix plane YCbCr->RGB conversion for GLKVille Syrjälä1-0/+3
2018-03-02drm/i915: Check for I915_MODE_FLAG_INHERITED before drm_atomic_helper_check_m...Maarten Lankhorst1-15/+8
2018-03-01Merge drm-next into drm-intel-next-queued (this time for real)Joonas Lahtinen1-5/+55
2018-03-01Merge tag 'drm-intel-next-2018-02-21' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-29/+73
2018-02-26drm/i915: Remove the pipe/plane ID checks from skl_check_ccs_aux_surface()Ville Syrjälä1-8/+0
2018-02-22drm/i915: Extract intel_plane_{pin,unpin}_fb()Ville Syrjälä1-51/+45
2018-02-22drm/i915: Require fence only for FBC capable planesVille Syrjälä1-1/+1