Lines Matching refs:getparam
543 struct drm_i915_getparam *getparam = argp;
547 if (getparam->param == I915_PARAM_CHIPSET_ID)
548 return get_pci_id(fd, getparam->value);
551 switch (getparam->param) {
553 *getparam->value = devinfo.timestamp_frequency;
562 *getparam->value = 1;
566 *getparam->value = devinfo.ver >= 8 && devinfo.platform != INTEL_PLATFORM_CHV;
578 struct drm_i915_gem_context_param *getparam = argp;
583 switch (getparam->param) {
586 getparam->value = 1ull << 36;
588 getparam->value = 1ull << 48;
590 getparam->value = 1ull << 31;