Searched refs:DISP_FBC_WM_DIS (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/gpu/drm/i915/
H A Dintel_clock_gating.c108 intel_uncore_rmw(&i915->uncore, DISP_ARB_CTL, 0, DISP_FBC_WM_DIS);
178 DISP_FBC_WM_DIS));
375 intel_uncore_rmw(&i915->uncore, DISP_ARB_CTL, 0, DISP_FBC_WM_DIS);
399 intel_uncore_rmw(&i915->uncore, DISP_ARB_CTL, 0, DISP_FBC_WM_DIS);
417 intel_uncore_rmw(&i915->uncore, DISP_ARB_CTL, 0, DISP_FBC_WM_DIS);
H A Di915_reg.h3526 #define DISP_FBC_WM_DIS REG_BIT(15)
4619 #define DISP_FBC_WM_DIS macro
/linux-master/drivers/gpu/drm/i915/display/
H A Di9xx_wm.c3239 intel_uncore_rmw(&dev_priv->uncore, DISP_ARB_CTL, DISP_FBC_WM_DIS,
3240 results->enable_fbc_wm ? 0 : DISP_FBC_WM_DIS);
3965 !(intel_uncore_read(&dev_priv->uncore, DISP_ARB_CTL) & DISP_FBC_WM_DIS);

Completed in 301 milliseconds