summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Pass intel_connector to intel_attached_*()Ville Syrjälä2020-01-138-47/+47
* drm/i915: Bump up CDCLK to eliminate underruns on TGLStanislav Lisovskiy2020-01-131-0/+12
* drm/i915/dsi: Parse the I2C element from the VBT MIPI sequence block (v3)Vivek Kasireddy2020-01-102-2/+100
* drm/i915: Pass cpu_transcoder to assert_pipe_disabled() alwaysVille Syrjälä2020-01-092-3/+3
* drm/i915: Fix MST disable sequenceVille Syrjälä2020-01-091-10/+12
* Merge drm/drm-next into drm-intel-next-queuedJani Nikula2020-01-093-4/+4
|\
| * Merge tag 'drm-intel-next-2019-12-23' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-12-2746-2684/+4305
| |\
| * \ Merge tag 'drm-misc-next-2019-12-16' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-12-173-4/+4
| |\ \
| | * | drm: constify fb ops across all driversJani Nikula2019-12-051-1/+1
| | * | drm/i915: use drm_debug_enabled() to check for debug categoriesJani Nikula2019-11-142-3/+3
| * | | drm/i915/hdcp: Nuke intel_hdcp_transcoder_config()Ville Syrjälä2019-12-105-28/+14
| * | | drm/i915/fbc: Disable fbc by default on all glk+Ville Syrjälä2019-12-101-1/+1
| * | | Merge tag 'drm-next-2019-12-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-12-063-13/+32
| |\ \ \
| | * | | drm/i915/ehl: Make icp_digital_port_connected() use phy instead of portMatt Roper2019-12-031-7/+5
| | * | | drm/i915/tgl: Add DKL PHY vswing table for HDMIMatt Roper2019-11-251-5/+24
| | * | | drm/i915/ehl: Update voltage level checksMatt Roper2019-11-251-1/+3
| * | | | Merge tag 'drm-next-2019-11-27' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2019-11-2858-2954/+6512
| |\| | |
| | * | | drm/i915: fix accidental static variable useJani Nikula2019-11-181-1/+1
| | * | | drm/i915/fbdev: Restore physical addresses for fb_mmap()Chris Wilson2019-11-181-4/+5
| * | | | drm/i915/fbdev: Restore physical addresses for fb_mmap()Chris Wilson2019-11-211-4/+5
| * | | | drm/i915: Preload LUTs if the hw isn't currently using themVille Syrjälä2019-11-184-0/+69
| * | | | drm/i915: Don't oops in dumb_create ioctl if we have no crtcsVille Syrjälä2019-11-181-0/+3
| * | | | drm/i915: update rawclk also on resumeJani Nikula2019-11-121-0/+3
| * | | | drm/i915/dp: Do not switch aux to TBT mode for non-TC portsJosé Roberto de Souza2019-11-041-1/+5
| * | | | drm/i915: Avoid HPD poll detect triggering a new detect cycleImre Deak2019-11-043-0/+19
| * | | | drm/i915: Fix PCH reference clock for FDI on HSW/BDWVille Syrjälä2019-10-302-5/+21
| * | | | drm/i915/tgl: Fix doc not corresponding to codeAnna Karas2019-10-291-2/+2
| * | | | drm/i915: Favor last VBT child device with conflicting AUX ch/DDC pinVille Syrjälä2019-10-161-6/+16
| * | | | drm/i915: Bump skl+ max plane width to 5k for linear/x-tiledVille Syrjälä2019-10-071-1/+14
| * | | | Revert "drm/i915: Fix DP-MST crtc_mask"Ville Syrjälä2019-10-031-1/+1
| * | | | drm/i915: Fix g4x sprite scaling stride check with GTT remappingVille Syrjälä2019-10-031-2/+3
| * | | | drm/i915/dp: Fix dsc bpp calculations, v5.Maarten Lankhorst2019-10-035-99/+107
* | | | | drm/i915: use true,false for bool variable in intel_crt.cMa Feng2020-01-091-3/+3
* | | | | drm/i915/dp: use true,false for bool variable in intel_dp.cMa Feng2020-01-091-2/+2
* | | | | drm/i915/display: Fix warning about MST and DDI restrictionsJosé Roberto de Souza2020-01-081-1/+4
* | | | | drm/i915/display/icl+: Do not program clockgatingJosé Roberto de Souza2020-01-081-72/+0
* | | | | drm/i915/display: Force the state compute phase once to enable PSRJosé Roberto de Souza2020-01-083-0/+31
* | | | | drm/i915/display: Use external dependency loop for port syncJosé Roberto de Souza2020-01-071-52/+17
* | | | | drm/i915: fix an error code in intel_modeset_all_tiles()Dan Carpenter2020-01-071-1/+1
* | | | | drm/i915/tgl: Gen-12 display can decompress surfaces compressed by the media ...Dhinakaran Pandiyan2020-01-074-51/+187
* | | | | drm/i915: Make sure plane dims are correct for UV CCS planesImre Deak2020-01-071-2/+6
* | | | | drm/i915: Add debug message for FB plane[0].offset!=0 errorImre Deak2020-01-071-1/+4
* | | | | drm/i915/tgl: Make sure a semiplanar UV plane is tile row size alignedImre Deak2020-01-071-3/+33
* | | | | drm/i915: Add support for non-power-of-2 FB plane alignmentImre Deak2020-01-071-8/+16
* | | | | drm/i915: Limit audio CDCLK>=2*BCLK constraint back to GLK onlyKai Vehmanen2020-01-061-2/+2
* | | | | drm/i915/dsi: Control panel and backlight enable GPIOs on BYTHans de Goede2020-01-032-1/+66
* | | | | drm/i915/dsi: Move Crystal Cove PMIC panel GPIO lookup from mfd to the i915 d...Hans de Goede2020-01-031-1/+22
* | | | | drm/i915/dsi: Init panel-enable GPIO to low when the LCD is initially off (v2)Hans de Goede2020-01-033-6/+7
* | | | | drm/i915/dsi: Move poking of panel-enable GPIO to intel_dsi_vbt.cHans de Goede2020-01-033-27/+48
* | | | | drm/i915: reimplement header test featureMasahiro Yamada2020-01-021-6/+0